The project aims to advance the knowledge of indoor environmental quality (IEQ) assessment in residential and educational buildings in Europe, develop an improved rating system for IEQ assessment, and understand the impact of building retrofits on Indoor environmental quality and occupants’ comfort.
GNU General Public License v3.0
0
stars
0
forks
source link
Refactor, fetch between dates, fetch from file #10
[x] I have already submitted an issue or discussion thread to discuss my idea with the maintainers.
What kind of change does this PR introduce? (check at least one)
[ ] Bugfix
[x] Feature
[ ] Code style update
[x] Refactor
[ ] Build-related changes
[ ] Other, please describe:
Does this PR introduce a breaking change? (check one)
[ ] Yes
[x] No
If yes, please describe the impact and communicate accordingly:
The PR fulfills these requirements:
[ ] It's submitted to the branch named as follow :
Add a reader: reader-<institute>-<campaign>
Fix a bug: bugfix-<some_key>-<word>
Improve the doc: doc-<some_key>-<word>
Add a new feature: feature-<some_key>-<word>
Refactor some code: refactor-<some_key>-<word>
Optimize some code: optimize-<some_key>-<word>
[ ] When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
[ ] Don't forget to link PR to issue if you are solving one.
[x] All tests are passing.
[x] New/updated tests are included
If adding a new feature, the PR's description includes:
[x] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)
Other information:
Summary
add Airly fetch from csv file
add retrieval/scrapping scripts
refactor fetch and store for less memory usage (write into database every n samples)
Prework
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and communicate accordingly:
The PR fulfills these requirements:
reader-<institute>-<campaign>
bugfix-<some_key>-<word>
doc-<some_key>-<word>
feature-<some_key>-<word>
refactor-<some_key>-<word>
optimize-<some_key>-<word>
fix #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
Summary
fetch
andstore
for less memory usage (write into database every n samples)