areainterpolation.jl
Interpolation between areas (polygons) in Julia
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Repository
Interpolation between areas (polygons) in Julia
Basic Info
- Host: GitHub
- Owner: JuliaGeo
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: http://juliageo.org/AreaInterpolation.jl/
- Size: 2.1 MB
Statistics
- Stars: 5
- Watchers: 8
- Forks: 0
- Open Issues: 6
- Releases: 2
Metadata Files
README.md
AreaInterpolation
AreaInterpolation.jl is a package to perform "areal interpolation", that is, interpolating values associated with one set of polygons, to another set of polygons that overlap the first set [^GISTBOK].
Similar implementations in other languages can be found in ^areal, ^sf, and ^tobler.
Quick start
The main entry point is the AreaInterpolation.interpolate([alg], source, dest; extensive = (:col_a, :col_b), intensive = (:col1, :col2)).
Performance
AreaInterpolation.jl offers seamless multithreading support, and integrates with the rest of the Julia ecosystem as well!
References:
[^GISTBOK]: GISTBOK Areal Interpolation chapter
[^sf]: Area-weighted interpolation also exists in R's sf package, (see the sf documentation)
[^tobler]: Tobler, a Python package in the PySAL suite
Owner
- Name: JuliaGeo
- Login: JuliaGeo
- Kind: organization
- Website: https://juliageo.org/
- Repositories: 32
- Profile: https://github.com/JuliaGeo
Geospatial packages for Julia
Citation (CITATION.bib)
@misc{AreaInterpolation.jl,
author = {Anshul Singhvi <anshulsinghvi@gmail.com> and contributors},
title = {AreaInterpolation.jl},
url = {https://github.com/JuliaGeo/AreaInterpolation.jl},
version = {v1.0.0-DEV},
year = {2024},
month = {4}
}
GitHub Events
Total
- Watch event: 3
- Delete event: 1
- Pull request event: 1
- Create event: 2
Last Year
- Watch event: 3
- Delete event: 1
- Pull request event: 1
- Create event: 2
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 14
- Total pull requests: 21
- Average time to close issues: 25 minutes
- Average time to close pull requests: 3 days
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.64
- Average comments per pull request: 0.1
- Merged pull requests: 17
- Bot issues: 0
- Bot pull requests: 21
Past Year
- Issues: 14
- Pull requests: 21
- Average time to close issues: 25 minutes
- Average time to close pull requests: 3 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.64
- Average comments per pull request: 0.1
- Merged pull requests: 17
- Bot issues: 0
- Bot pull requests: 21
Top Authors
Issue Authors
- asinghvi17 (7)
- JuliaTagBot (1)
Pull Request Authors
- github-actions[bot] (23)
- dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v2 composite
- julia-actions/RegisterAction latest composite
- JuliaRegistries/TagBot v1 composite