-
Notifications
You must be signed in to change notification settings - Fork 7
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
Major upgrades #120
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cdf7ef - Browse repository at this point
Copy the full SHA 1cdf7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for b54bd5d - Browse repository at this point
Copy the full SHA b54bd5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a798fd1 - Browse repository at this point
Copy the full SHA a798fd1View commit details -
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?!?)
Configuration menu - View commit details
-
Copy full SHA for a1625fc - Browse repository at this point
Copy the full SHA a1625fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a2a40 - Browse repository at this point
Copy the full SHA a8a2a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f7415c - Browse repository at this point
Copy the full SHA 7f7415cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6eb97 - Browse repository at this point
Copy the full SHA 0a6eb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74750cc - Browse repository at this point
Copy the full SHA 74750ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e6b1d - Browse repository at this point
Copy the full SHA 68e6b1dView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8aa2840 - Browse repository at this point
Copy the full SHA 8aa2840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce53b4 - Browse repository at this point
Copy the full SHA 5ce53b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 347cf81 - Browse repository at this point
Copy the full SHA 347cf81View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 34020b0 - Browse repository at this point
Copy the full SHA 34020b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0ab16 - Browse repository at this point
Copy the full SHA ce0ab16View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93c7e59 - Browse repository at this point
Copy the full SHA 93c7e59View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1430ba7 - Browse repository at this point
Copy the full SHA 1430ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d0bf0 - Browse repository at this point
Copy the full SHA 63d0bf0View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2b8436 - Browse repository at this point
Copy the full SHA f2b8436View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d2fcc9 - Browse repository at this point
Copy the full SHA 4d2fcc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 461e2cf - Browse repository at this point
Copy the full SHA 461e2cfView commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6293fdd - Browse repository at this point
Copy the full SHA 6293fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20284f5 - Browse repository at this point
Copy the full SHA 20284f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aba673 - Browse repository at this point
Copy the full SHA 7aba673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b19eb - Browse repository at this point
Copy the full SHA 05b19ebView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e133385 - Browse repository at this point
Copy the full SHA e133385View commit details -
Configuration menu - View commit details
-
Copy full SHA for a46f3be - Browse repository at this point
Copy the full SHA a46f3beView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04116bc - Browse repository at this point
Copy the full SHA 04116bcView commit details -
Add scenario geospatial locations
potential: conflict between taking file path vs dataframe in func args.
Configuration menu - View commit details
-
Copy full SHA for 764f7a1 - Browse repository at this point
Copy the full SHA 764f7a1View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e01ad7 - Browse repository at this point
Copy the full SHA 3e01ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b088f6 - Browse repository at this point
Copy the full SHA 5b088f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f971f69 - Browse repository at this point
Copy the full SHA f971f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09daa5b - Browse repository at this point
Copy the full SHA 09daa5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d7531 - Browse repository at this point
Copy the full SHA b2d7531View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc2b7b0 - Browse repository at this point
Copy the full SHA fc2b7b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4671b2e - Browse repository at this point
Copy the full SHA 4671b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f85302 - Browse repository at this point
Copy the full SHA 2f85302View commit details -
scenario: meta, weather attributes. add_location single instance (lat…
…_long) and geospatial case
Configuration menu - View commit details
-
Copy full SHA for 78dcc00 - Browse repository at this point
Copy the full SHA 78dcc00View commit details -
Configuration menu - View commit details
-
Copy full SHA for e68a5d4 - Browse repository at this point
Copy the full SHA e68a5d4View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 723c025 - Browse repository at this point
Copy the full SHA 723c025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 035416c - Browse repository at this point
Copy the full SHA 035416cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2821bb5 - Browse repository at this point
Copy the full SHA 2821bb5View commit details -
Geospatial Scenario: Downselection (country, state, county). utilitie…
…s.gid_downsampling() 0 downsampling case. bug-fix: Scenario.viewScenario()
tobin-ford committedApr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for e3732f3 - Browse repository at this point
Copy the full SHA e3732f3View commit details -
downselect county spelling bug fix
tobin-ford committedApr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for ade9162 - Browse repository at this point
Copy the full SHA ade9162View commit details -
user help functions to view valid countries, states, counties availab…
…le in the addLocation method
tobin-ford committedApr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for bced165 - Browse repository at this point
Copy the full SHA bced165View commit details -
updatePipeline() add geospatial job
tobin-ford committedApr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for fd3e7a7 - Browse repository at this point
Copy the full SHA fd3e7a7View commit details -
Created geospatial_scenario.ipynb
tobin-ford committedApr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e9eed6 - Browse repository at this point
Copy the full SHA 3e9eed6View commit details -
runPipeline for single geospatial scenario
tobin-ford committedApr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 4a0ee69 - Browse repository at this point
Copy the full SHA 4a0ee69View commit details
Commits on Apr 25, 2024
-
Api key and email, update notebook
tobin-ford committedApr 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 6e2f1d8 - Browse repository at this point
Copy the full SHA 6e2f1d8View commit details -
addLocation to take single string or list of strings for country, sta…
…te and county args
tobin-ford committedApr 25, 2024 Configuration menu - View commit details
-
Copy full SHA for d507324 - Browse repository at this point
Copy the full SHA d507324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1017af3 - Browse repository at this point
Copy the full SHA 1017af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 606f871 - Browse repository at this point
Copy the full SHA 606f871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7373591 - Browse repository at this point
Copy the full SHA 7373591View commit details
Commits on Apr 30, 2024
-
Single 2 letter state code, resove merge conflict
tobin-ford committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for a03d18a - Browse repository at this point
Copy the full SHA a03d18aView commit details -
mutiple states (str, list(str), str can be state abbr)
tobin-ford committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for ac04fd0 - Browse repository at this point
Copy the full SHA ac04fd0View commit details
Commits on May 2, 2024
-
Chaned the x eff calc to use poa_min of 400 insted of 100 to be cosistant with 63126
Configuration menu - View commit details
-
Copy full SHA for 0f10edf - Browse repository at this point
Copy the full SHA 0f10edfView commit details
Commits on May 6, 2024
-
Update Tools - Module Standoff for IEC TS 63126.ipynb
The data saving box was repeated twice so I removed it.
Configuration menu - View commit details
-
Copy full SHA for ada6f6e - Browse repository at this point
Copy the full SHA ada6f6eView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2ee7cd - Browse repository at this point
Copy the full SHA f2ee7cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c1ec7 - Browse repository at this point
Copy the full SHA 29c1ec7View commit details -
rename notebook: scenario - simple --> scenario - single location
tobin-ford committedMay 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a835d2 - Browse repository at this point
Copy the full SHA 1a835d2View commit details
Commits on May 11, 2024
-
clean() method, removes filetree generated by scenario object
tobin-ford committedMay 11, 2024 Configuration menu - View commit details
-
Copy full SHA for be97a21 - Browse repository at this point
Copy the full SHA be97a21View commit details -
escape to parent dir after deleteting current scenario instance filetree
tobin-ford committedMay 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 9400603 - Browse repository at this point
Copy the full SHA 9400603View commit details -
addLocation(), save geospatial gids to csv
tobin-ford committedMay 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 9258a75 - Browse repository at this point
Copy the full SHA 9258a75View commit details -
tobin-ford committed
May 11, 2024 Configuration menu - View commit details
-
Copy full SHA for ab0e16e - Browse repository at this point
Copy the full SHA ab0e16eView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14b2042 - Browse repository at this point
Copy the full SHA 14b2042View commit details -
tobin-ford committed
May 13, 2024 Configuration menu - View commit details
-
Copy full SHA for e8e7ab0 - Browse repository at this point
Copy the full SHA e8e7ab0View commit details
Commits on May 14, 2024
-
Single Location Scenario obfuscated weather and metadata
tobin-ford committedMay 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 75a665b - Browse repository at this point
Copy the full SHA 75a665bView commit details -
refactor getValid functions into a single func with dynamic field ret…
…urn value
tobin-ford committedMay 14, 2024 Configuration menu - View commit details
-
Copy full SHA for cf66479 - Browse repository at this point
Copy the full SHA cf66479View commit details -
Fixed single location. refactored pipeline execution using partial funcs
tobin-ford committedMay 14, 2024 Configuration menu - View commit details
-
Copy full SHA for ce2ee5a - Browse repository at this point
Copy the full SHA ce2ee5aView commit details -
Single Location Scenario Instructions
tobin-ford committedMay 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 612ded5 - Browse repository at this point
Copy the full SHA 612ded5View commit details -
refactor wind_speed_factor into helper function
tobin-ford committedMay 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 9e305b3 - Browse repository at this point
Copy the full SHA 9e305b3View commit details -
Temperature models: map fuction. TempModel scenario class
tobin-ford committedMay 14, 2024 Configuration menu - View commit details
-
Copy full SHA for cfdab90 - Browse repository at this point
Copy the full SHA cfdab90View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2626aec - Browse repository at this point
Copy the full SHA 2626aecView commit details -
following function call protocol
Just housekeeping. Making the function calls more robust.
Configuration menu - View commit details
-
Copy full SHA for b05879f - Browse repository at this point
Copy the full SHA b05879fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3784a85 - Browse repository at this point
Copy the full SHA 3784a85View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f76a7aa - Browse repository at this point
Copy the full SHA f76a7aaView commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53a80c5 - Browse repository at this point
Copy the full SHA 53a80c5View commit details -
Merge pull request #90 from NREL/Kempe_Gap_Calc
Kempe gap calc
Configuration menu - View commit details
-
Copy full SHA for f119a82 - Browse repository at this point
Copy the full SHA f119a82View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0146cb0 - Browse repository at this point
Copy the full SHA 0146cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475a7a6 - Browse repository at this point
Copy the full SHA 475a7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f14b9c1 - Browse repository at this point
Copy the full SHA f14b9c1View commit details -
Refactor degredation functions to use modified temperature models. ad…
…ded parameters and kwargs and changed func calls
Configuration menu - View commit details
-
Copy full SHA for 5659f59 - Browse repository at this point
Copy the full SHA 5659f59View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e0919 - Browse repository at this point
Copy the full SHA f4e0919View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52451b8 - Browse repository at this point
Copy the full SHA 52451b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56af90 - Browse repository at this point
Copy the full SHA b56af90View commit details -
Configuration menu - View commit details
-
Copy full SHA for e61da44 - Browse repository at this point
Copy the full SHA e61da44View commit details -
rename updatePipeline->addJob, runPipeline->run. multiple of same fun…
…ction quickfix, single module and multi module
Configuration menu - View commit details
-
Copy full SHA for e96a7a0 - Browse repository at this point
Copy the full SHA e96a7a0View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43f8230 - Browse repository at this point
Copy the full SHA 43f8230View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c91eb - Browse repository at this point
Copy the full SHA 85c91ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ace8a - Browse repository at this point
Copy the full SHA 72ace8aView commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04f5848 - Browse repository at this point
Copy the full SHA 04f5848View commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7d242e - Browse repository at this point
Copy the full SHA b7d242eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ec869 - Browse repository at this point
Copy the full SHA b5ec869View commit details -
Geospatial Scenario class fixes, notebook run
tobin-ford committedMay 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 51c097c - Browse repository at this point
Copy the full SHA 51c097cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 386372c - Browse repository at this point
Copy the full SHA 386372cView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69dcb68 - Browse repository at this point
Copy the full SHA 69dcb68View commit details -
Finding Geographical Features. Mountains.
tobin-ford committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 6ef4aeb - Browse repository at this point
Copy the full SHA 6ef4aebView commit details
Commits on May 29, 2024
-
Finding Mountains Notebook Fix.
tobin-ford committedMay 29, 2024 Configuration menu - View commit details
-
Copy full SHA for e8751f1 - Browse repository at this point
Copy the full SHA e8751f1View commit details -
Geospatial: Finding Coastlines
tobin-ford committedMay 29, 2024 Configuration menu - View commit details
-
Copy full SHA for b022b55 - Browse repository at this point
Copy the full SHA b022b55View commit details -
Geospatial downselection functions.
tobin-ford committedMay 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 9384e80 - Browse repository at this point
Copy the full SHA 9384e80View commit details
Commits on May 30, 2024
-
Geospatial Downselection function (kempe requested)
tobin-ford committedMay 30, 2024 Configuration menu - View commit details
-
Copy full SHA for dd7b46c - Browse repository at this point
Copy the full SHA dd7b46cView commit details -
Geospatial Bounding Boxes. Updated Changelog
tobin-ford committedMay 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 2d3292f - Browse repository at this point
Copy the full SHA 2d3292fView commit details -
Restore gids to result ds from meta_df method
tobin-ford committedMay 30, 2024 Configuration menu - View commit details
-
Copy full SHA for bc5396f - Browse repository at this point
Copy the full SHA bc5396fView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17a0daa - Browse repository at this point
Copy the full SHA 17a0daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ebc37 - Browse repository at this point
Copy the full SHA 05ebc37View commit details -
deleted because it is not used and psm3_pytest.csv is the same file and should be used instead.
Configuration menu - View commit details
-
Copy full SHA for c1dee66 - Browse repository at this point
Copy the full SHA c1dee66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab234e - Browse repository at this point
Copy the full SHA 5ab234eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa303aa - Browse repository at this point
Copy the full SHA fa303aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aaf1cf - Browse repository at this point
Copy the full SHA 3aaf1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df11e5 - Browse repository at this point
Copy the full SHA 2df11e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d45f4c5 - Browse repository at this point
Copy the full SHA d45f4c5View commit details -
Added a test to look at the xeff calculation.
Configuration menu - View commit details
-
Copy full SHA for 1515986 - Browse repository at this point
Copy the full SHA 1515986View commit details
Commits on Jun 3, 2024
-
Scenario Approach to finding features.
tobin-ford committedJun 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 4e8a035 - Browse repository at this point
Copy the full SHA 4e8a035View commit details -
identify_mountains, feature_downselect bounding boxes
tobin-ford committedJun 3, 2024 Configuration menu - View commit details
-
Copy full SHA for f285ec4 - Browse repository at this point
Copy the full SHA f285ec4View commit details
Commits on Jun 4, 2024
-
Merge pull request #93 from NREL/AidanPyTests
Aidan py tests for Xeff
Configuration menu - View commit details
-
Copy full SHA for ee84953 - Browse repository at this point
Copy the full SHA ee84953View commit details -
Stochastic Nonuniform Mountain Prefferential Downselection
tobin-ford committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 7d2e929 - Browse repository at this point
Copy the full SHA 7d2e929View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05cefb4 - Browse repository at this point
Copy the full SHA 05cefb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aea647e - Browse repository at this point
Copy the full SHA aea647eView commit details -
Merge pull request #94 from NREL/geospatial_bug_fixes
bug fixes - standoff world map
Configuration menu - View commit details
-
Copy full SHA for cd6ac0b - Browse repository at this point
Copy the full SHA cd6ac0bView commit details -
non-uniform exp, ln norm. mountain classification scenario methods
tobin-ford committedJun 5, 2024 Configuration menu - View commit details
-
Copy full SHA for d54aace - Browse repository at this point
Copy the full SHA d54aaceView commit details -
Renamed Downselection->classification. Update display
tobin-ford committedJun 5, 2024 Configuration menu - View commit details
-
Copy full SHA for af1083c - Browse repository at this point
Copy the full SHA af1083cView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd07f93 - Browse repository at this point
Copy the full SHA fd07f93View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 408e4b1 - Browse repository at this point
Copy the full SHA 408e4b1View commit details -
Fixes a problem with a variable needing to be an integer.
Configuration menu - View commit details
-
Copy full SHA for 70e2fc2 - Browse repository at this point
Copy the full SHA 70e2fc2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 35314f4 - Browse repository at this point
Copy the full SHA 35314f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de9ed6 - Browse repository at this point
Copy the full SHA 6de9ed6View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e31a142 - Browse repository at this point
Copy the full SHA e31a142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38de581 - Browse repository at this point
Copy the full SHA 38de581View commit details
Commits on Jun 8, 2024
-
Bug Fixes: Kepme Standoff Tool
tobin-ford committedJun 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 531ac4c - Browse repository at this point
Copy the full SHA 531ac4cView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 676df58 - Browse repository at this point
Copy the full SHA 676df58View commit details
Commits on Jun 12, 2024
-
PVGIS support, geospatial, bug fixes, testing, docs
tobin-ford committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 83d4dae - Browse repository at this point
Copy the full SHA 83d4daeView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43be952 - Browse repository at this point
Copy the full SHA 43be952View commit details -
tobin-ford committed
Jun 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 03f3e6a - Browse repository at this point
Copy the full SHA 03f3e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for da82f9d - Browse repository at this point
Copy the full SHA da82f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 092e0d9 - Browse repository at this point
Copy the full SHA 092e0d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73ad3cc - Browse repository at this point
Copy the full SHA 73ad3ccView commit details
Commits on Jun 14, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for cc4d8fd - Browse repository at this point
Copy the full SHA cc4d8fdView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 146a5d2 - Browse repository at this point
Copy the full SHA 146a5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3280c44 - Browse repository at this point
Copy the full SHA 3280c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for be577c2 - Browse repository at this point
Copy the full SHA be577c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for db56504 - Browse repository at this point
Copy the full SHA db56504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d81eb - Browse repository at this point
Copy the full SHA 31d81ebView commit details -
Merge pull request #98 from NREL/AidanPyTests
Update test_standards.py
Configuration menu - View commit details
-
Copy full SHA for 57cb222 - Browse repository at this point
Copy the full SHA 57cb222View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa2dcdc - Browse repository at this point
Copy the full SHA fa2dcdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a65244b - Browse repository at this point
Copy the full SHA a65244bView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dde367 - Browse repository at this point
Copy the full SHA 9dde367View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87c5ba8 - Browse repository at this point
Copy the full SHA 87c5ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2679c2f - Browse repository at this point
Copy the full SHA 2679c2fView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b8bd00 - Browse repository at this point
Copy the full SHA 8b8bd00View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a135909 - Browse repository at this point
Copy the full SHA a135909View commit details -
Configuration menu - View commit details
-
Copy full SHA for f31af8c - Browse repository at this point
Copy the full SHA f31af8cView commit details
Commits on Jul 11, 2024
-
Merge branch 'dev_scenario_geospatial' of https://github.com/NREL/PVD…
…egradationTools into dev_scenario_geospatial
Configuration menu - View commit details
-
Copy full SHA for b864183 - Browse repository at this point
Copy the full SHA b864183View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94917f9 - Browse repository at this point
Copy the full SHA 94917f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6025b9 - Browse repository at this point
Copy the full SHA e6025b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930383d - Browse repository at this point
Copy the full SHA 930383dView commit details -
Update Tools - Module Standoff for IEC TS 63126.ipynb
put in code to run a scenario
Configuration menu - View commit details
-
Copy full SHA for da0185b - Browse repository at this point
Copy the full SHA da0185bView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff486f1 - Browse repository at this point
Copy the full SHA ff486f1View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb7b984 - Browse repository at this point
Copy the full SHA fb7b984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4b546 - Browse repository at this point
Copy the full SHA 1c4b546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb7de0 - Browse repository at this point
Copy the full SHA 6fb7de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ef3d2 - Browse repository at this point
Copy the full SHA 70ef3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce30313 - Browse repository at this point
Copy the full SHA ce30313View commit details -
Configuration menu - View commit details
-
Copy full SHA for b040ee3 - Browse repository at this point
Copy the full SHA b040ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582d422 - Browse repository at this point
Copy the full SHA 582d422View commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af726d6 - Browse repository at this point
Copy the full SHA af726d6View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2af33e3 - Browse repository at this point
Copy the full SHA 2af33e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74440d5 - Browse repository at this point
Copy the full SHA 74440d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31cf28 - Browse repository at this point
Copy the full SHA a31cf28View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c0cf3 - Browse repository at this point
Copy the full SHA e6c0cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for db1f627 - Browse repository at this point
Copy the full SHA db1f627View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fa555d - Browse repository at this point
Copy the full SHA 1fa555dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f47c8 - Browse repository at this point
Copy the full SHA 08f47c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f884166 - Browse repository at this point
Copy the full SHA f884166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e5d514 - Browse repository at this point
Copy the full SHA 5e5d514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b92d07 - Browse repository at this point
Copy the full SHA 4b92d07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c5078 - Browse repository at this point
Copy the full SHA 33c5078View commit details -
Configuration menu - View commit details
-
Copy full SHA for d170495 - Browse repository at this point
Copy the full SHA d170495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66bc361 - Browse repository at this point
Copy the full SHA 66bc361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679e347 - Browse repository at this point
Copy the full SHA 679e347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc5089 - Browse repository at this point
Copy the full SHA 0dc5089View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d72f4b - Browse repository at this point
Copy the full SHA 0d72f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e14c239 - Browse repository at this point
Copy the full SHA e14c239View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0d354 - Browse repository at this point
Copy the full SHA bc0d354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89fc000 - Browse repository at this point
Copy the full SHA 89fc000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5404188 - Browse repository at this point
Copy the full SHA 5404188View commit details -
Configuration menu - View commit details
-
Copy full SHA for c592600 - Browse repository at this point
Copy the full SHA c592600View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e2dbac - Browse repository at this point
Copy the full SHA 4e2dbacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b870bf - Browse repository at this point
Copy the full SHA 8b870bfView commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5dfd2b - Browse repository at this point
Copy the full SHA f5dfd2bView commit details -
Create Tools-Edge Seal Oxygen Ingress.ipynb
Started a oxygen ingress tool
Configuration menu - View commit details
-
Copy full SHA for 4551577 - Browse repository at this point
Copy the full SHA 4551577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9bf9e - Browse repository at this point
Copy the full SHA 2d9bf9eView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c30778a - Browse repository at this point
Copy the full SHA c30778aView commit details
Commits on Aug 13, 2024
-
Merge pull request #97 from NREL/dev_scenario_geospatial
Dev scenario geospatial
Configuration menu - View commit details
-
Copy full SHA for 645f895 - Browse repository at this point
Copy the full SHA 645f895View commit details -
Merge pull request #95 from NREL/Kempe_Gap_Calc
Kempe gap calc
Configuration menu - View commit details
-
Copy full SHA for 0de7587 - Browse repository at this point
Copy the full SHA 0de7587View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b25dc - Browse repository at this point
Copy the full SHA a5b25dcView commit details -
Merge pull request #101 from NREL/dev_geospatial_templates
Dev_geospatial_templates - Autotemplating (new decorator and function)
Configuration menu - View commit details
-
Copy full SHA for c2ffff8 - Browse repository at this point
Copy the full SHA c2ffff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c25ff3 - Browse repository at this point
Copy the full SHA 6c25ff3View commit details -
Merge pull request #108 from NREL/temperature-return-type-fixes
Temperature return type fixes
Configuration menu - View commit details
-
Copy full SHA for 1b70fbc - Browse repository at this point
Copy the full SHA 1b70fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd650c - Browse repository at this point
Copy the full SHA 5cd650cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fe6d6f - Browse repository at this point
Copy the full SHA 7fe6d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 395c3b8 - Browse repository at this point
Copy the full SHA 395c3b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0987b4 - Browse repository at this point
Copy the full SHA e0987b4View commit details -
Merge pull request #99 from NREL/dev_geospatialtesting
Inital Geospatial Test
Configuration menu - View commit details
-
Copy full SHA for acefdbf - Browse repository at this point
Copy the full SHA acefdbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 311b70b - Browse repository at this point
Copy the full SHA 311b70bView commit details -
Merge pull request #100 from NREL/T98_estimate_bug_fix
T98 estimate bug fix
Configuration menu - View commit details
-
Copy full SHA for 9dc106b - Browse repository at this point
Copy the full SHA 9dc106bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53651cd - Browse repository at this point
Copy the full SHA 53651cdView commit details -
Merge pull request #110 from NREL/changelog_actions
Changelog and pytest with 3.12
Configuration menu - View commit details
-
Copy full SHA for a5a4a72 - Browse repository at this point
Copy the full SHA a5a4a72View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a727796 - Browse repository at this point
Copy the full SHA a727796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906c099 - Browse repository at this point
Copy the full SHA 906c099View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca170fa - Browse repository at this point
Copy the full SHA ca170faView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77d8001 - Browse repository at this point
Copy the full SHA 77d8001View commit details -
Merge pull request #113 from NREL/expanded_geo_testing
Expanded geo testing
Configuration menu - View commit details
-
Copy full SHA for 42eaa0d - Browse repository at this point
Copy the full SHA 42eaa0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ecec8 - Browse repository at this point
Copy the full SHA b3ecec8View commit details -
I got this to work to calculate oxygen ingress through an edge seal.
Configuration menu - View commit details
-
Copy full SHA for 5b78412 - Browse repository at this point
Copy the full SHA 5b78412View commit details -
Update Tools-Edge Seal Oxygen Ingress.ipynb
This is a work in progress tool for modeling oxygen ingress.
Configuration menu - View commit details
-
Copy full SHA for 09e68ce - Browse repository at this point
Copy the full SHA 09e68ceView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fde666 - Browse repository at this point
Copy the full SHA 5fde666View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6fe74bb - Browse repository at this point
Copy the full SHA 6fe74bbView commit details -
Update Tools-Edge Seal Oxygen Ingress.ipynb
This is a tool to run the 1-D oxygen ingress calculation.
Configuration menu - View commit details
-
Copy full SHA for f0d49c0 - Browse repository at this point
Copy the full SHA f0d49c0View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b005b57 - Browse repository at this point
Copy the full SHA b005b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 280400a - Browse repository at this point
Copy the full SHA 280400aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 711783e - Browse repository at this point
Copy the full SHA 711783eView commit details
Commits on Sep 10, 2024
-
This is a Json file for acetic acid permeation parameters.
Configuration menu - View commit details
-
Copy full SHA for 7b5c68a - Browse repository at this point
Copy the full SHA 7b5c68aView commit details -
Update Degradation Database.xlsm
Just some updates to the background xcel file used to create the Json files.
Configuration menu - View commit details
-
Copy full SHA for 11fab62 - Browse repository at this point
Copy the full SHA 11fab62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc395c - Browse repository at this point
Copy the full SHA 9dc395cView commit details -
I'm deleting this because the oxygen ingress parameters are now in an Oxygen ingress parameter Json file. Just some more organization here.
Configuration menu - View commit details
-
Copy full SHA for a323598 - Browse repository at this point
Copy the full SHA a323598View commit details -
Improvements and additions in the oxygen ingress parameter Json file.
Configuration menu - View commit details
-
Copy full SHA for 2603f1b - Browse repository at this point
Copy the full SHA 2603f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55911c3 - Browse repository at this point
Copy the full SHA 55911c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e6f9c - Browse repository at this point
Copy the full SHA 75e6f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b1bcf9 - Browse repository at this point
Copy the full SHA 9b1bcf9View commit details
Commits on Sep 12, 2024
-
added pytest for the Xmin and added it on the the test_T98. Removed the PPVGIS dependency.
Configuration menu - View commit details
-
Copy full SHA for 926440e - Browse repository at this point
Copy the full SHA 926440eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c19b86f - Browse repository at this point
Copy the full SHA c19b86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c54dfe0 - Browse repository at this point
Copy the full SHA c54dfe0View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 487e32e - Browse repository at this point
Copy the full SHA 487e32eView commit details -
Merge pull request #114 from NREL/Kempe_Gap_Calc
1-D diffusion calculator
Configuration menu - View commit details
-
Copy full SHA for 1df6afc - Browse repository at this point
Copy the full SHA 1df6afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1431f - Browse repository at this point
Copy the full SHA ec1431fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f92d6 - Browse repository at this point
Copy the full SHA 57f92d6View commit details -
Merge pull request #117 from NREL/AidanPyTests
Added a test for Xmin in `test_standards.py` and removed dependency on pvgis.
Configuration menu - View commit details
-
Copy full SHA for cd52739 - Browse repository at this point
Copy the full SHA cd52739View commit details