Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Tech 182 python sdk users want an example with historic monthly data #37

Commits on Jun 26, 2024

  1. TECH-182 - Added historic_multi_month initially to allow a csv to be …

    …used to pull lat/long/duration
    billy-solcast committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cfcd1d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aee978 View commit details
    Browse the repository at this point in the history
  3. TECH-182 - Added the location data file within the folder. This is on…

    …ly temporary until the SDK can automatically call the specific month in the array to complete the requests.
    billy-solcast committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8f0a223 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. TECH-182 - Updated the example page for historic.md, but without exam…

    …ples, as it'll be similar to the above.
    Susilo authored and Susilo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2b6c745 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Delete solcast/historic_multi_month.py

    Removed due to not necessary for required task.
    billy-solcast committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    20a2f6c View commit details
    Browse the repository at this point in the history
  2. TECH-182 - Delete solcast/location_data.csv

    Remove as not necessary to provide example of multi month request
    billy-solcast committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    967c73d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Updated the historic examples based on the comments from Michael and …

    …Gino
    Susilo authored and Susilo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    45ffb9e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'TECH-182-python-sdk-users-want-an-example-with-historic…

    …-monthly-data' of https://github.com/billy-solcast/solcast-api-python-sdk into TECH-182-python-sdk-users-want-an-example-with-historic-monthly-data
    Susilo authored and Susilo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c713c9f View commit details
    Browse the repository at this point in the history
  3. TECH-182 - Updated the comment headers so that it reflects github's h…

    …eading structure.
    Susilo authored and Susilo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    05e97ea View commit details
    Browse the repository at this point in the history
  4. TECH-182

    Updated the end date timestamp as it was incorrectly hardcoded to 11am instead of 11pm.
    Also removed the ignore index as the date range was incorrectly removed from the output.
    Susilo authored and Susilo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    04bbd63 View commit details
    Browse the repository at this point in the history