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

Get started #1

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Get started #1

wants to merge 20 commits into from

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    7d46b7b View commit details
    Browse the repository at this point in the history
  2. Init basic project files and documents

    Start the project by adding a setup file, conda environment, and first
    docs.
    jomey committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3bcba13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51002d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f615876 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b673c46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df008d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. src - Document HRRR data access

    Add docstring throughout much of the HRRR code and add a sample notebook
    showing a use case.
    jomey committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    97cedb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a588fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14de16 View commit details
    Browse the repository at this point in the history
  4. Conda - Add hvplot

    jomey committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    31e53a1 View commit details
    Browse the repository at this point in the history
  5. sql - Add table definition to store radiation data

    This includes incoming/outgoing shortwave and longwave per row for a
    site and datetime.
    jomey committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b7b76f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    476c99c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. SQL - Add enum type for data source

    Add new enum type to indicate where pont data were sourced from.
    jomey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4ed2191 View commit details
    Browse the repository at this point in the history
  2. Conda - Add geoalchemy2

    Start using SQLAlchemy to map classes to tables that have a 'geom'
    column.
    jomey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    74c28b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d7a6c5 View commit details
    Browse the repository at this point in the history
  4. Src - Add Base SQLAlchemy class

    Start `Base` class that uses the deferred reflection approach to map DB
    tables to classes.
    jomey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a7f1bb2 View commit details
    Browse the repository at this point in the history
  5. Src - Edit Radiation DB table and start corresponding class.

    Update the radiation DB table to include the newly added `data_source`
    column as primary key. Also adds NOT NULL constraint to require at least
    the incoming shortwave as populated column value.
    jomey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    be4c539 View commit details
    Browse the repository at this point in the history
  6. Notebooks - Update MCS solar to use new table structure and classes

    Updates to show use of `Radiation` and `DataSource` class.
    jomey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    19bd3fb View commit details
    Browse the repository at this point in the history
  7. SQL - Update Temperature table; add data_source column

    Also updates to have all columns required (NOT NULL)
    jomey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9f11c6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e3e2d7 View commit details
    Browse the repository at this point in the history