walterjhudson / CSC_6110_MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Plotting Methods and Options should be Universally Unit Agnostic #6

Open Tasnimul-SWE opened 1 year ago

Tasnimul-SWE commented 1 year ago

What should we add?

Plotting Methods and Options should be Universally Unit Agnostic
Estimate: 8
Priority: Should Have
Story: As a researcher using functions to visualize the data, *I want option to plot against unit or unites data so that so that I can plot unit-less data on the abscissa or use it as weighted input for visualization. .
Acceptance criteria:
Given a data set applicable to Hodograph plotting
When using color mapping without units
Then the method will display the data accurately and as intended

Reference

No response

Tasnimul-SWE commented 1 year ago

Sprint backlog:

[Estimated time: 2 hours] Install Metpy and run some basic functions to know the project better [Done]

[Estimate time: 2 hours] Understanding of unit conversion and metpy calculation [Done]

[Estimated time: 3 hours] Understanding of hodograph plotting.

[Estimated time: 3 hours] Locate Entire source code.

[Estimated time: 3 hours] Write the function.

[Estimated time: 1 hour] Create Unit test.

[Estimated time: 1 hour] Prepare Document.

Total: 15 hours