Skip to content

Commit

Permalink
0.3.1 - Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanchez-garcia committed Oct 25, 2022
1 parent cecf5b4 commit 12bd465
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/additional scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
### Renaming epw files for later data analysis

You can see a Jupyter Notebook in the link below:

[https://github.com/dsanchez-garcia/accim/blob/master/accim/sample_files/jupyter_notebooks/rename_epw_files/using_rename_epw_files.ipynb](https://github.com/dsanchez-garcia/accim/blob/master/accim/sample_files/jupyter_notebooks/rename_epw_files/using_rename_epw_files.ipynb)

You can also execute it at your computer, at the accim package folder within your site_packages path, in accim/sample_files/jupyter_notebooks/rename_epw_files/using_rename_epw_files.ipynb

The path should be something like this, with your username instead of YOUR_USERNAME:

_C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python39\Lib\site-packages\accim\sample_files\jupyter_notebooks\rename_epw_files\using_rename_epw_files.ipynb_
Expand All @@ -17,6 +19,7 @@ You can see a Jupyter Notebook in the link below:
[https://github.com/dsanchez-garcia/accim/blob/master/accim/sample_files/jupyter_notebooks/runEp/using_runEp.ipynb](https://github.com/dsanchez-garcia/accim/blob/master/accim/sample_files/jupyter_notebooks/runEp/using_runEp.ipynb)

You can also execute it at your computer, at the accim package folder within your site_packages path, in accim/sample_files/jupyter_notebooks/runEp/using_runEp.ipynb

The path should be something like this, with your username instead of YOUR_USERNAME:

_C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python39\Lib\site-packages\accim\sample_files\jupyter_notebooks\runEp\using_runEp.ipynb_
Expand Down Expand Up @@ -117,9 +120,11 @@ As you can see, `removefiles()` removes everything except EPW files, IDFs, .py s
### Functions and methods for data analysis; making figures and tables

You can see a Jupyter Notebook in the link below:

[https://github.com/dsanchez-garcia/accim/blob/master/accim/sample_files/jupyter_notebooks/Table/using_Table.ipynb](https://github.com/dsanchez-garcia/accim/blob/master/accim/sample_files/jupyter_notebooks/runEp/using_runEp.ipynb)

You can also execute it at your computer, at the accim package folder within your site_packages path, in accim/sample_files/jupyter_notebooks/Table/using_Table.ipynb

The path should be something like this, with your username instead of YOUR_USERNAME:

_C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python39\Lib\site-packages\accim\sample_files\jupyter_notebooks\Table\using_Table.ipynb_

0 comments on commit 12bd465

Please sign in to comment.