https://github.com/briochemc/inversedistanceweighting.jl
Inverse distance estimation solver for the GeoStats.jl framework
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: acm.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Inverse distance estimation solver for the GeoStats.jl framework
Basic Info
- Host: GitHub
- Owner: briochemc
- License: isc
- Language: Julia
- Default Branch: master
- Homepage: https://github.com/JuliaEarth/GeoStats.jl
- Size: 2.65 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of juliohm/InverseDistanceWeighting.jl
Created about 6 years ago
· Last pushed about 6 years ago
https://github.com/briochemc/InverseDistanceWeighting.jl/blob/master/
# InverseDistanceWeighting.jl [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] This package provides a high-performance implementation of the inverse distance weighting scheme introduced in the very early days of geostatistics (see [Shepard 1968](https://dl.acm.org/citation.cfm?id=810616)). It is perhaps the simplest first attempt in the literature to perform estimation based on the notion of proximity to data locations. This implementation makes use of k-d trees from the [NearestNeighbors.jl](https://github.com/KristofferC/NearestNeighbors.jl) package, which leads to a fast estimation method for large or high-resolution spatial domains. Although this method is recommended for fast assessment of a new field, it has poor statistical properties (lacks covariance model) and should mainly be used for qualitative purposes. ## Installation Get the latest stable release with Julia's package manager: ```julia ] add InverseDistanceWeighting ``` ## Usage This package is part of the [GeoStats.jl](https://github.com/JuliaEarth/GeoStats.jl) framework. For a simple example of usage, please check [this notebook](docs/Usage.ipynb). ## Asking for help If you have any questions, please [open an issue](https://github.com/JuliaEarth/InverseDistanceWeights.jl/issues). [travis-img]: https://travis-ci.org/JuliaEarth/InverseDistanceWeighting.jl.svg?branch=master [travis-url]: https://travis-ci.org/JuliaEarth/InverseDistanceWeighting.jl [codecov-img]: https://codecov.io/gh/JuliaEarth/InverseDistanceWeighting.jl/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/JuliaEarth/InverseDistanceWeighting.jl
Owner
- Name: Benoît Pasquier
- Login: briochemc
- Kind: user
- Location: Sydney, Australia
- Company: UNSW
- Website: https://www.bpasquier.com/
- Repositories: 157
- Profile: https://github.com/briochemc
Research Associate at UNSW