Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Snowex v2 work #8

Merged
merged 30 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e92d6bf
jot down some notes about splitting variables and metadata
micah-prime Nov 4, 2024
3200768
Start moving variables to the right location
micah-prime Nov 4, 2024
0f8cb5b
comment
micah-prime Nov 4, 2024
56c96b6
Issue #6 - reorganize this package to make it cleaner and more extins…
micah-prime Nov 6, 2024
e36259b
Issue #6 - lots of todos
micah-prime Nov 6, 2024
02343a2
Going after better mapping, splitting of variables, and collection work
micah-prime Nov 6, 2024
2535f13
Fixing tests
micah-prime Nov 6, 2024
5b64c9b
Getting through more testing
micah-prime Nov 6, 2024
0e03d59
Fixing campaign test
micah-prime Nov 7, 2024
b693ec8
moving over from snowex_db
micah-prime Nov 7, 2024
642c52b
Some additions to metadata
micah-prime Nov 18, 2024
63e5d34
Merge conflicts
micah-prime Nov 19, 2024
f07bcc6
More changes
micah-prime Nov 19, 2024
a31e505
Rename metadata attributes, add timezone as kwarg for parsing
micah-prime Nov 20, 2024
79a5eb5
Use the configured profile data class
micah-prime Nov 20, 2024
f1c843b
We need theh option to add comments
micah-prime Nov 21, 2024
fc51eb1
Make sure we pass the header sep in
micah-prime Nov 21, 2024
08e0d69
Add the ability to have an empty profile that still contains metadata
micah-prime Nov 21, 2024
fc51ebd
Metadata variables auto remap please
micah-prime Nov 21, 2024
b2e901d
Make sure metadata keys are checked against expected values
micah-prime Nov 25, 2024
31f91bf
More metadata logic
micah-prime Nov 26, 2024
a7c0c7b
Pass in overrides for site name and campaign name. Allow ignoring pro…
micah-prime Nov 26, 2024
0ff7c60
Ability to find units from the columns
micah-prime Nov 26, 2024
2a06786
return the right variable for unit
micah-prime Nov 26, 2024
95c7c05
metadata logic
micah-prime Nov 26, 2024
b70619a
Fixing tests
micah-prime Nov 26, 2024
6d335b0
Fixing tests
micah-prime Nov 26, 2024
bd9ffc2
Merge pull request #7 from M3Works/prime_snowex_v2
micah-prime Dec 9, 2024
39388c4
Fixing flake8
micah-prime Dec 9, 2024
39b0374
Clean up location parsing
micah-prime Dec 9, 2024
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
5 changes: 5 additions & 0 deletions insitupy/campaigns/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .campaign import ProfileDataCollection

__all__ = [
"ProfileDataCollection"
]
Loading
Loading