areainterpolation.jl

Interpolation between areas (polygons) in Julia

https://github.com/juliageo/areainterpolation.jl

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
Last synced: 6 months ago · JSON representation ·

Repository

Interpolation between areas (polygons) in Julia

Basic Info
Statistics
  • Stars: 5
  • Watchers: 8
  • Forks: 0
  • Open Issues: 6
  • Releases: 2
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

AreaInterpolation

Stable Dev Build Status

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! download-13

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

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 (3)

Dependencies

.github/workflows/CI.yml actions
  • 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
.github/workflows/CompatHelper.yml actions
.github/workflows/Register.yml actions
  • julia-actions/RegisterAction latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite