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

Add resource tool #276

Merged
merged 31 commits into from
Jan 23, 2025
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
333aa4d
Add resource accessor tool
dchassin Jan 15, 2025
1b4da18
Add checks for resources without index or content
dchassin Jan 15, 2025
25c34f5
Add test_resource.glm
dchassin Jan 15, 2025
00cc2d0
Update test_eia_recs.glm
dchassin Jan 15, 2025
16adefb
Update test_template_option.glm
dchassin Jan 15, 2025
33d4959
Update resource.py
dchassin Jan 15, 2025
ef22ce0
Merge branch 'develop' into develop-add-resources
dchassin Jan 17, 2025
964043d
Added support for buildings resources
dchassin Jan 18, 2025
59a3fe0
Merge branch 'develop-add-resources' of https://github.com/dchassin/g…
dchassin Jan 18, 2025
c4d0954
Add elevation resource
dchassin Jan 19, 2025
bf55b48
Update resource.py
dchassin Jan 19, 2025
59d30b4
Update autotests
dchassin Jan 19, 2025
b129e36
Update resource.csv
dchassin Jan 19, 2025
20ee290
Add resource mimetypes
dchassin Jan 19, 2025
76f2976
Update resource.py
dchassin Jan 20, 2025
1e9f20b
Add support for code resource
dchassin Jan 20, 2025
290cf77
Update index
dchassin Jan 20, 2025
2868fe2
Add support for code resources
dchassin Jan 20, 2025
085bfba
Update resource.py
dchassin Jan 20, 2025
4a0e964
Update resource.py
dchassin Jan 20, 2025
f8bb5d8
WIP
dchassin Jan 20, 2025
1177d1c
WIP
dchassin Jan 22, 2025
bc9bdb0
Add geodata resource
dchassin Jan 22, 2025
8ae5ea6
Add icons resource
dchassin Jan 22, 2025
78e3c29
Add library resources
dchassin Jan 22, 2025
02918a5
Add models resource
dchassin Jan 22, 2025
a75a0e5
Add tariff resource
dchassin Jan 22, 2025
5ef1e7b
Add template resource
dchassin Jan 22, 2025
0c40b5a
Add version (index only)
dchassin Jan 22, 2025
a9d548f
Add support for main call in framework
dchassin Jan 22, 2025
ebc023f
Update framework docs
dchassin Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add support for code resource
  • Loading branch information
dchassin committed Jan 20, 2025
commit 1e9f20bb24b93d5cacde87493491ea3c1affba81
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -307,6 +307,8 @@ $(prefix)/src:
@chmod -R 775 $(prefix)/src

index: weather library template
@echo Updating file index...
@git ls-files | grep -v '^\.' > index

html-local: module-html developer-html troubleshooting-html
@mkdir -p $(prefix)/share/doc/developer
Loading
Loading