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

0.6.0 #13

Merged
merged 26 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b99505d
Reference Date Fix
joaquinperaza Dec 22, 2023
a19b041
New reference flux corrections
joaquinperaza Dec 22, 2023
62c878d
Added the revised sample weighting procedure (Schrön et al., 2017).
joaquinperaza Jan 4, 2024
5f28836
Unversion the crnpy.egg-info
joaquinperaza Jan 4, 2024
89fd570
Update .gitignore
joaquinperaza Jan 4, 2024
1a67744
Update README.md
joaquinperaza Jan 4, 2024
662336c
Improvements listed in #11
joaquinperaza Jan 5, 2024
54dfcd5
Fixes
joaquinperaza Jan 5, 2024
15df273
check/convert types
joaquinperaza Jan 6, 2024
e1706ac
format and doc update
joaquinperaza Jan 8, 2024
b8e984d
fixed examples + expanded tests
joaquinperaza Jan 9, 2024
dc24a22
Test functions
joaquinperaza Jan 20, 2024
d1a2ff4
Update crnpy.py
joaquinperaza Jan 20, 2024
a70f0cf
Examples upgraded to new 0.6.0 version
joaquinperaza Jan 22, 2024
51fa09e
Update main.html
joaquinperaza Jan 24, 2024
4636770
Code formatting of new methods
joaquinperaza Mar 3, 2024
cfb5684
Fixed rscaled with default Hveg to at least account for pressure with…
joaquinperaza Apr 7, 2024
154f85d
Fixed Weighting according to Schrön et al. (2017)
joaquinperaza Apr 8, 2024
472a25c
Minor fixes in code style
Apr 19, 2024
a69d27d
Delete .idea directory
joaquinperaza Apr 21, 2024
fe88936
Delete .DS_Store
joaquinperaza Apr 21, 2024
709b08e
Add the profile ID in the Schrön et al. (2017) method
joaquinperaza Apr 21, 2024
b77ccb0
Merge branch '0.6.0' of https://github.com/soilwater/crnpy into 0.6.0
joaquinperaza Apr 21, 2024
82e6093
Added Schrön et al. 2017 reference
joaquinperaza Apr 21, 2024
246abb8
Merge branch 'main' into 0.6.0
joaquinperaza Apr 21, 2024
0692b6b
Fixed bug in `smooth_1d()`
joaquinperaza Apr 21, 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: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
site/*
.cache/*
.pytest_cache/*
.idea/*
crnpy.egg-info/*
.idea/*
/.idea
.idea/*
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions .idea/crnpy.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

29 changes: 0 additions & 29 deletions .idea/markdown-navigator-enh.xml

This file was deleted.

72 changes: 0 additions & 72 deletions .idea/markdown-navigator.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/other.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ CRNPs are a valuable tool for non-invasive soil moisture estimation at the hecto
- Modular: The library is designed to be modular, allowing users to easily customize the processing workflow to their needs.



## Installation
To install the CRNPy library, you can use Python's package manager. Open a terminal and type:

Expand All @@ -39,6 +38,12 @@ Ideally dependencies should be installed automatically. If not, you can install
The CRNPy library is compatible with Python 3.7 and above.
See [requirements.txt](https://github.com/soilwater/crnpy/blob/main/requirements.txt) for a list of dependencies.

## Examples

- [https://soilwater.github.io/crnpy/examples/stationary/example_RDT_station/](Processing and analyzing data from a stationary detector)
- [https://soilwater.github.io/crnpy/examples/rover/Hydroinnova_rover_example/](Processing and analyzing data from a roving detector)
- [https://soilwater.github.io/crnpy/examples/calibration/calibration/](Device-specific field calibration)

## Authors
The CRNPy library was developed at the Kansas State University Soil Water Processes Lab by:

Expand Down
21 changes: 0 additions & 21 deletions build/lib/crnpy/__init__.py

This file was deleted.

Loading
Loading