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

Add Linear Interpolation as An Alternative to Geodesic Cross Sectional Interpolation #1

Closed
walterjhudson opened this issue Oct 16, 2022 · 1 comment
Assignees
Labels
Functional Functional Requirement Product Backlog User story for sprint

Comments

@walterjhudson
Copy link
Owner

walterjhudson commented Oct 16, 2022

What should we add?

Add Linear Interpolation as An Alternative to Geodesic Cross Sectional Interpolation
Estimate: 8
Priority: Should have
Story: As a researcher needing cross sectional data slices, I want to also perform interpolation with linear methods so that I can use datasets that are not georeferenced or am interested in the rhumb line.
Acceptance criteria:
Given implementation of liner interpolation methods
When performing cross section interpolation with the linear method
Then the results will be a two-dimensional path through the cross section.
@walterjhudson walterjhudson added Product Backlog User story for sprint Functional Functional Requirement labels Oct 16, 2022
@walterjhudson walterjhudson self-assigned this Oct 25, 2022
@walterjhudson walterjhudson added this to the First Sprint Session milestone Oct 25, 2022
@walterjhudson
Copy link
Owner Author

Steps to complete this issue:

  1. [Time estimate: 1.5 hours] Perform Initial research and take notes on the ask ie decode the technical jargon.
  2. [Time estimate: 2 hour] Find a sample dataset or fabricate a dataset that can be used with metpy.interpolate.cross_section
  3. [Time estimate: 2 hour] With the sample dataset, run metpy.interpolate.cross_section and check the returned result.
  4. [Time estimate 2 hour] Locate source code for function and understand default behaviour
  5. [Time estimate 2 hour] Make code changes
  6. [Time estimate 2 hour] Make unit tests that use geodesic and linear interpolation with dataset(s)
  7. [Time estimate 0.5 hour] Update doc string for function
  8. [Time estimate 1.5 hour] Optional can could spill over into next sprint session Create an example using the new feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functional Functional Requirement Product Backlog User story for sprint
Projects
None yet
Development

No branches or pull requests

2 participants