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

Major upgrades #120

Merged
merged 236 commits into from
Sep 13, 2024
Merged

Major upgrades #120

merged 236 commits into from
Sep 13, 2024

Commits on Feb 28, 2024

  1. condition temp model start

    tobin-ford committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1cdf7ef View commit details
    Browse the repository at this point in the history
  2. Cleaning up text

    tobin-ford committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b54bd5d View commit details
    Browse the repository at this point in the history
  3. Create Scenario.ipynb

    tobin-ford committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a798fd1 View commit details
    Browse the repository at this point in the history
  4. Bug: Attribute spillage between scenario instances

    if two unique instances are created in the same notebook (i suspect current working dir as well)
    they will use the same saved information and not be able to have unique data
    for ex:
    create foo and add job "A" in the pipline,
    create bar and add job "B" in the pipline
    foo.pipeline = bar.pipeline
    => A = B
    the pipelines will be shared between class instances.
    only current soltution is to not declare more than one class in the same file (/directory?!?)
    tobin-ford committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a1625fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8a2a40 View commit details
    Browse the repository at this point in the history
  6. functional updatePipeline

    tobin-ford committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7f7415c View commit details
    Browse the repository at this point in the history
  7. fixed runPipeline()

    tobin-ford committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0a6eb97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74750cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68e6b1d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    8aa2840 View commit details
    Browse the repository at this point in the history
  2. results as series of df

    tobin-ford committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5ce53b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    347cf81 View commit details
    Browse the repository at this point in the history
  4. scenario.clear()

    resets scenario.
    
    This is useful because the Scenario object stores its data in local files outside of the python script.
            This causes issues when two unique scenario instances are created in the same directory, they appear to be seperate instances to python but share the same data. Changes made to one are reflected in both.
    tobin-ford committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    34020b0 View commit details
    Browse the repository at this point in the history
  5. update todo list

    tobin-ford committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ce0ab16 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    93c7e59 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Update ToDo, Issues List

    tobin-ford committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1430ba7 View commit details
    Browse the repository at this point in the history
  2. Rename, simplify tutorial

    tobin-ford committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    63d0bf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    f2b8436 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    4d2fcc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    461e2cf View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. pretty print and docs

    tobin-ford committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    6293fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20284f5 View commit details
    Browse the repository at this point in the history
  3. rename scenario object

    tobin-ford committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    7aba673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05b19eb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    e133385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46f3be View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    04116bc View commit details
    Browse the repository at this point in the history
  2. Add scenario geospatial locations

    potential: conflict between taking file path vs dataframe in func args.
    tobin-ford committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    764f7a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    3e01ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b088f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f971f69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09daa5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2d7531 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update utilities.py

    tobin-ford committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fc2b7b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4671b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f85302 View commit details
    Browse the repository at this point in the history
  4. scenario: meta, weather attributes. add_location single instance (lat…

    …_long) and geospatial case
    tobin-ford committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    78dcc00 View commit details
    Browse the repository at this point in the history
  5. temp model for add_module

    tobin-ford committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e68a5d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. update viewScenario

    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    723c025 View commit details
    Browse the repository at this point in the history
  2. results empty check

    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    035416c View commit details
    Browse the repository at this point in the history
  3. text

    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2821bb5 View commit details
    Browse the repository at this point in the history
  4. Geospatial Scenario: Downselection (country, state, county). utilitie…

    …s.gid_downsampling() 0 downsampling case. bug-fix: Scenario.viewScenario()
    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e3732f3 View commit details
    Browse the repository at this point in the history
  5. downselect county spelling bug fix

    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ade9162 View commit details
    Browse the repository at this point in the history
  6. user help functions to view valid countries, states, counties availab…

    …le in the addLocation method
    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bced165 View commit details
    Browse the repository at this point in the history
  7. updatePipeline() add geospatial job

    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fd3e7a7 View commit details
    Browse the repository at this point in the history
  8. Created geospatial_scenario.ipynb

    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3e9eed6 View commit details
    Browse the repository at this point in the history
  9. runPipeline for single geospatial scenario

    tobin-ford committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4a0ee69 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Api key and email, update notebook

    tobin-ford committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6e2f1d8 View commit details
    Browse the repository at this point in the history
  2. addLocation to take single string or list of strings for country, sta…

    …te and county args
    tobin-ford committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d507324 View commit details
    Browse the repository at this point in the history
  3. eff gap test

    AidanWesley committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1017af3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    606f871 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7373591 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Single 2 letter state code, resove merge conflict

    tobin-ford committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a03d18a View commit details
    Browse the repository at this point in the history
  2. mutiple states (str, list(str), str can be state abbr)

    tobin-ford committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ac04fd0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Update standards.py

    Chaned the x eff calc to use poa_min of 400 insted of 100 to be cosistant with 63126
    AidanWesley committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0f10edf View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Update Tools - Module Standoff for IEC TS 63126.ipynb

    The data saving box was repeated twice so I removed it.
    MDKempe committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ada6f6e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    f2ee7cd View commit details
    Browse the repository at this point in the history
  2. resolve img file conflict

    tobin-ford committed May 10, 2024
    Configuration menu
    Copy the full SHA
    29c1ec7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a835d2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    be97a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9400603 View commit details
    Browse the repository at this point in the history
  3. addLocation(), save geospatial gids to csv

    tobin-ford committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9258a75 View commit details
    Browse the repository at this point in the history
  4. Todo, cleanup, docs

    tobin-ford committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ab0e16e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    14b2042 View commit details
    Browse the repository at this point in the history
  2. Pipeline jobs save to csv

    tobin-ford committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e8e7ab0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    75a665b View commit details
    Browse the repository at this point in the history
  2. refactor getValid functions into a single func with dynamic field ret…

    …urn value
    tobin-ford committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cf66479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce2ee5a View commit details
    Browse the repository at this point in the history
  4. Single Location Scenario Instructions

    tobin-ford committed May 14, 2024
    Configuration menu
    Copy the full SHA
    612ded5 View commit details
    Browse the repository at this point in the history
  5. refactor wind_speed_factor into helper function

    tobin-ford committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9e305b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfdab90 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    2626aec View commit details
    Browse the repository at this point in the history
  2. following function call protocol

    Just housekeeping. Making the function calls more robust.
    MDKempe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b05879f View commit details
    Browse the repository at this point in the history
  3. Update temperature.py

    Just cleaned up a note.
    MDKempe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3784a85 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    f76a7aa View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    53a80c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from NREL/Kempe_Gap_Calc

    Kempe gap calc
    martin-springer authored May 17, 2024
    Configuration menu
    Copy the full SHA
    f119a82 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    0146cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    475a7a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f14b9c1 View commit details
    Browse the repository at this point in the history
  4. Refactor degredation functions to use modified temperature models. ad…

    …ded parameters and kwargs and changed func calls
    tobin-ford committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5659f59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4e0919 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    52451b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56af90 View commit details
    Browse the repository at this point in the history
  3. multi job multi module pipeline argument fixes.

    demo in notebook
    tobin-ford committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e61da44 View commit details
    Browse the repository at this point in the history
  4. rename updatePipeline->addJob, runPipeline->run. multiple of same fun…

    …ction quickfix, single module and multi module
    tobin-ford committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e96a7a0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    43f8230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c91eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ace8a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. json dump method

    tobin-ford committed May 25, 2024
    Configuration menu
    Copy the full SHA
    04f5848 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    b7d242e View commit details
    Browse the repository at this point in the history
  2. new ids

    tobin-ford committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b5ec869 View commit details
    Browse the repository at this point in the history
  3. Geospatial Scenario class fixes, notebook run

    tobin-ford committed May 26, 2024
    Configuration menu
    Copy the full SHA
    51c097c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    386372c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    69dcb68 View commit details
    Browse the repository at this point in the history
  2. Finding Geographical Features. Mountains.

    tobin-ford committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6ef4aeb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Finding Mountains Notebook Fix.

    tobin-ford committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e8751f1 View commit details
    Browse the repository at this point in the history
  2. Geospatial: Finding Coastlines

    tobin-ford committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b022b55 View commit details
    Browse the repository at this point in the history
  3. Geospatial downselection functions.

    tobin-ford committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9384e80 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Geospatial Downselection function (kempe requested)

    tobin-ford committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dd7b46c View commit details
    Browse the repository at this point in the history
  2. Geospatial Bounding Boxes. Updated Changelog

    tobin-ford committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2d3292f View commit details
    Browse the repository at this point in the history
  3. Restore gids to result ds from meta_df method

    tobin-ford committed May 30, 2024
    Configuration menu
    Copy the full SHA
    bc5396f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Update test_weather.py

    Colum name pytest.
    AidanWesley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    17a0daa View commit details
    Browse the repository at this point in the history
  2. Create psm3_demo.csv

    This is a file used for pytests
    AidanWesley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    05ebc37 View commit details
    Browse the repository at this point in the history
  3. Delete psm3_demo.csv

    deleted because it is not used and psm3_pytest.csv is the same file and should be used instead.
    AidanWesley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c1dee66 View commit details
    Browse the repository at this point in the history
  4. Create xeff_test.csv

    file added to do x_eff pytest
    AidanWesley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5ab234e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa303aa View commit details
    Browse the repository at this point in the history
  6. Update test_standards.py

    working on x_eff
    AidanWesley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3aaf1cf View commit details
    Browse the repository at this point in the history
  7. Update weather.py

    Now  fixes module temp
    AidanWesley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2df11e5 View commit details
    Browse the repository at this point in the history
  8. Update .gitignore

    Ignore the file h5_pytest.h5 when pytests are run.
    MDKempe committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d45f4c5 View commit details
    Browse the repository at this point in the history
  9. Update test_standards.py

    Added a test to look at the xeff calculation.
    MDKempe committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1515986 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Scenario Approach to finding features.

    tobin-ford committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4e8a035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f285ec4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge pull request #93 from NREL/AidanPyTests

    Aidan py tests for Xeff
    tobin-ford authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ee84953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d2e929 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    05cefb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aea647e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from NREL/geospatial_bug_fixes

    bug fixes - standoff world map
    martin-springer authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cd6ac0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d54aace View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af1083c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    fd07f93 View commit details
    Browse the repository at this point in the history
  2. Update Tools - Module Standoff for IEC TS 63126.ipynb

    This just fixes a function call to specify sending the "poa_global" instead of all the POA pandas dataframe.
    MDKempe committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    408e4b1 View commit details
    Browse the repository at this point in the history
  3. Update utilities.py

    Fixes a problem with a variable needing to be an integer.
    MDKempe committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    70e2fc2 View commit details
    Browse the repository at this point in the history
  4. Update standards.py

    Fixes a problem introduced by modifications to the module temperature calculations now that separate functions for cell or module are no longer supposed to be used.
    MDKempe committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    35314f4 View commit details
    Browse the repository at this point in the history
  5. Stuff for Juypter Notebook for 63126

    Updated the standoff map.
    MDKempe committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6de9ed6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    e31a142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38de581 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Bug Fixes: Kepme Standoff Tool

    tobin-ford committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    531ac4c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    676df58 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. PVGIS support, geospatial, bug fixes, testing, docs

    tobin-ford committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    83d4dae View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    43be952 View commit details
    Browse the repository at this point in the history
  2. Scenario Testing

    tobin-ford committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    03f3e6a View commit details
    Browse the repository at this point in the history
  3. Bug Fixes. Notebooks

    tobin-ford committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    da82f9d View commit details
    Browse the repository at this point in the history
  4. Update Sphinx Docs

    tobin-ford committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    092e0d9 View commit details
    Browse the repository at this point in the history
  5. Type Hinting Bug Fix

    tobin-ford committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    73ad3cc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update Tools - Module Standoff for IEC TS 63126.ipynb

    I created a simplified single point meterological data reader which only needs the longitude and latitude and will will anywhere that the NSRDB or PVGIS have data.
    MDKempe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cc4d8fd View commit details
    Browse the repository at this point in the history
  2. Update weather.py

    I added a function to get one meteorolgical data set by just specifying the longitude and latitude.
    
    I also fixed some grammatical issues.
    
    I also made it so that when it is calculating the RH it will display a notification and delete it when done. the notification was already there, I just made it delete it after.
    MDKempe committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    146a5d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3280c44 View commit details
    Browse the repository at this point in the history
  4. Scenario Testing

    tobin-ford committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    be577c2 View commit details
    Browse the repository at this point in the history
  5. Update test_standards.py

    Pytest for T98 insolated and open rack
    AidanWesley committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    db56504 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31d81eb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #98 from NREL/AidanPyTests

    Update test_standards.py
    MDKempe authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    57cb222 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Code quality fixes

    tobin-ford committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fa2dcdc View commit details
    Browse the repository at this point in the history
  2. Revert "Code quality fixes"

    This reverts commit fa2dcdc.
    tobin-ford committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a65244b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    9dde367 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    87c5ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2679c2f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    8b8bd00 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    a135909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f31af8c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    b864183 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    94917f9 View commit details
    Browse the repository at this point in the history
  2. Docs

    tobin-ford committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e6025b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    930383d View commit details
    Browse the repository at this point in the history
  4. Update Tools - Module Standoff for IEC TS 63126.ipynb

    put in code to run a scenario
    MDKempe committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    da0185b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. add units to docstrings

    tobin-ford committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ff486f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    fb7b984 View commit details
    Browse the repository at this point in the history
  2. create template tutorial

    tobin-ford committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1c4b546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb7de0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70ef3d2 View commit details
    Browse the repository at this point in the history
  5. run docs

    tobin-ford committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ce30313 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b040ee3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    582d422 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    af726d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. geospatial autotemplating

    tobin-ford committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2af33e3 View commit details
    Browse the repository at this point in the history
  2. run docs, update tutorial

    tobin-ford committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    74440d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a31cf28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6c0cf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db1f627 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. symbolic testing

    tobin-ford committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1fa555d View commit details
    Browse the repository at this point in the history
  2. docs

    tobin-ford committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    08f47c8 View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    tobin-ford committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f884166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e5d514 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b92d07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33c5078 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d170495 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66bc361 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    679e347 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0dc5089 View commit details
    Browse the repository at this point in the history
  11. run docs

    tobin-ford committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0d72f4b View commit details
    Browse the repository at this point in the history
  12. bug fix: update path

    tobin-ford committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e14c239 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bc0d354 View commit details
    Browse the repository at this point in the history
  14. Templating Testing

    tobin-ford committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    89fc000 View commit details
    Browse the repository at this point in the history
  15. use h5netcdf

    tobin-ford committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5404188 View commit details
    Browse the repository at this point in the history
  16. bad test cases

    tobin-ford committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c592600 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Docstring Fix, Run Docs

    tobin-ford committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4e2dbac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b870bf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Create O2permeation.json

    Fixed up the oxygen permeation json file
    MDKempe committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f5dfd2b View commit details
    Browse the repository at this point in the history
  2. Create Tools-Edge Seal Oxygen Ingress.ipynb

    Started a oxygen ingress tool
    MDKempe committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4551577 View commit details
    Browse the repository at this point in the history
  3. Create diffusion.py

    Started making a diffusion class.
    MDKempe committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2d9bf9e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update diffusion.py

    Writing the oxygen ingress code.
    MDKempe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c30778a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request #97 from NREL/dev_scenario_geospatial

    Dev scenario geospatial
    martin-springer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    645f895 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from NREL/Kempe_Gap_Calc

    Kempe gap calc
    martin-springer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0de7587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5b25dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #101 from NREL/dev_geospatial_templates

    Dev_geospatial_templates - Autotemplating (new decorator and function)
    martin-springer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c2ffff8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c25ff3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #108 from NREL/temperature-return-type-fixes

    Temperature return type fixes
    martin-springer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1b70fbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cd650c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fe6d6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    395c3b8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #104 from NREL/dev_symbolic

    Dev symbolic
    martin-springer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e0987b4 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #99 from NREL/dev_geospatialtesting

    Inital Geospatial Test
    martin-springer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    acefdbf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    311b70b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #100 from NREL/T98_estimate_bug_fix

    T98 estimate bug fix
    martin-springer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9dc106b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53651cd View commit details
    Browse the repository at this point in the history
  15. Merge pull request #110 from NREL/changelog_actions

    Changelog and pytest with 3.12
    martin-springer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a5a4a72 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    a727796 View commit details
    Browse the repository at this point in the history
  2. Update Docs

    tobin-ford committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    906c099 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    ca170fa View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request #112 from NREL/geo_bug_fix

    Geo bug fix
    martin-springer authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    77d8001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from NREL/expanded_geo_testing

    Expanded geo testing
    martin-springer authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    42eaa0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ecec8 View commit details
    Browse the repository at this point in the history
  4. Update diffusion.py

    I got this to work to calculate oxygen ingress through an edge seal.
    MDKempe committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5b78412 View commit details
    Browse the repository at this point in the history
  5. Update Tools-Edge Seal Oxygen Ingress.ipynb

    This is a work in progress tool for modeling oxygen ingress.
    MDKempe committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    09e68ce View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Update __init__.py

    I added the diffusion.py file to this.
    MDKempe committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5fde666 View commit details
    Browse the repository at this point in the history
  2. Update diffusion.py

    This will now do the calculation for oxygen ingress into a module through an edge seal and into an encapsulant. This is a 1-D calculation. More to come, but this is a stopping point.
    MDKempe committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6fe74bb View commit details
    Browse the repository at this point in the history
  3. Update Tools-Edge Seal Oxygen Ingress.ipynb

    This is a tool to run the 1-D oxygen ingress calculation.
    MDKempe committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f0d49c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update materials.json

    Just fixed a small formatting issue.
    MDKempe committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b005b57 View commit details
    Browse the repository at this point in the history
  2. Clarity.

    tobin-ford committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    280400a View commit details
    Browse the repository at this point in the history
  3. Update, Run Docs

    tobin-ford committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    711783e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Create AApermeation.json

    This is a Json file for acetic acid permeation parameters.
    MDKempe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7b5c68a View commit details
    Browse the repository at this point in the history
  2. Update Degradation Database.xlsm

    Just some updates to the background xcel file used to create the Json files.
    MDKempe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    11fab62 View commit details
    Browse the repository at this point in the history
  3. Create H2Opermeation.json

    Creation of an H2O permeation Json file.
    MDKempe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9dc395c View commit details
    Browse the repository at this point in the history
  4. Delete materials.json

    I'm deleting this because the oxygen ingress parameters are now in an Oxygen ingress parameter Json file. Just some more organization here.
    MDKempe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a323598 View commit details
    Browse the repository at this point in the history
  5. Update O2permeation.json

    Improvements and additions in the oxygen ingress parameter Json file.
    MDKempe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2603f1b View commit details
    Browse the repository at this point in the history
  6. Update H2Opermeation.json

    fixed some formatting.
    MDKempe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    55911c3 View commit details
    Browse the repository at this point in the history
  7. Update diffusion.py

    Fixed a capitalization error.
    MDKempe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    75e6f9c View commit details
    Browse the repository at this point in the history
  8. Update Tools-Edge Seal Oxygen Ingress.ipynb

    Fixed formatting.
    MDKempe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9b1bcf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Update test_standards.py

    added pytest for the Xmin and added it on the the test_T98. Removed the PPVGIS dependency.
    AidanWesley committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    926440e View commit details
    Browse the repository at this point in the history
  2. Fixed: Scenario Testing

    tobin-ford committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c19b86f View commit details
    Browse the repository at this point in the history
  3. F

    tobin-ford committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c54dfe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    487e32e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from NREL/Kempe_Gap_Calc

    1-D diffusion calculator
    martin-springer authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1df6afc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec1431f View commit details
    Browse the repository at this point in the history
  4. update changelog

    martin-springer committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    57f92d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #117 from NREL/AidanPyTests

    Added a test for Xmin in `test_standards.py` and removed dependency on pvgis.
    martin-springer authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cd52739 View commit details
    Browse the repository at this point in the history