Skip to content

Commit

Permalink
Merge pull request #13 from soilwater/0.6.0
Browse files Browse the repository at this point in the history
0.6.0 Including the corrections from the Journal of Open Source Software review
  • Loading branch information
joaquinperaza authored Apr 24, 2024
2 parents b2e020c + 0692b6b commit ebd6236
Show file tree
Hide file tree
Showing 48 changed files with 16,378 additions and 7,867 deletions.
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

0 comments on commit ebd6236

Please sign in to comment.