Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle irregular and mixed grid types #11

Merged
merged 20 commits into from
Nov 7, 2019
Merged

Handle irregular and mixed grid types #11

merged 20 commits into from
Nov 7, 2019

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Oct 13, 2019

Grid type is specified per dimension, so that arbitrary combinations of regular and irregular indexing are possible. Lat/Lon may need rotation/transformation while time or a vertical index are regularly spaced.

  • Transformed grids
  • Categorical grids
  • Matrix lookup grids
  • Cell size field for regular grids - updated on reducing methods
  • Rethink Order for irregular and categorical grids

@codecov-io
Copy link

codecov-io commented Oct 30, 2019

Codecov Report

Merging #11 into master will decrease coverage by 4.09%.
The diff coverage is 54.2%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #11     +/-   ##
=========================================
- Coverage   65.43%   61.34%   -4.1%     
=========================================
  Files          10       10             
  Lines         298      357     +59     
=========================================
+ Hits          195      219     +24     
- Misses        103      138     +35
Impacted Files Coverage Δ
src/DimensionalData.jl 100% <ø> (ø) ⬆️
src/array.jl 41.86% <0%> (-2.05%) ⬇️
src/interface.jl 47.05% <0%> (-2.95%) ⬇️
src/grid.jl 30.55% <30.55%> (ø)
src/dimension.jl 58% <50%> (-3.71%) ⬇️
src/primitives.jl 76% <70.27%> (-2.05%) ⬇️
src/selector.jl 80.43% <78.94%> (-4.19%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 09725e6...35eaead. Read the comment docs.

@rafaqz rafaqz merged commit f931628 into master Nov 7, 2019
@rafaqz rafaqz deleted the grid branch November 26, 2019 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants