-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20fdbc8
commit 995a6f5
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# WDI | ||
Weather Data Interpolator | ||
# Getting Started | ||
[](https://doi.org/10.5281/zenodo.3236405) | ||
- [Overview](#Overview) | ||
- [Installation](#Installation) | ||
- [Cite As](#Cite-as) | ||
- [License](#License) | ||
--- | ||
### Overview | ||
The Weather Data Interpolator tool is developed to interpolate daily gridded weather datasets from lower resolution to higher resolution using linear and inverse distance weighting method. The tool is developed using a free and open-source widget toolkit- PyQt available in Python. The source codes of the tool can be found at [Source Code](/Source%20Codes) folder which are feasible to modify/update in future for further improvement of used as well as the addition of new methodologies for better interpolation. | ||
|
||
### Installation | ||
The tool is easy to install in all the versions of Windows and does not require any supporting software for its installation. The installable executable file can be downloaded from [WDI v2.3.0](https://github.com/AgroClimaticTools/WDI/releases/download/v2.3.0/WDI.v2.3.exe). | ||
|
||
### Cite as | ||
Agro-Climatic Tools. (2019, May 31). AgroClimaticTools/WDI: Weather Data Interpolator (Version v2.3.0). Zenodo. http://doi.org/10.5281/zenodo.3236405 | ||
|
||
For more options, please check [](https://doi.org/10.5281/zenodo.3236405). | ||
|
||
### License | ||
Copyright © 2019 Weather Data Interpolator | ||
Licensed under the [MIT License](LICENSE) |