DFO-Ocean-Navigator / Ocean-Data-Map-Project

The Ocean Navigator is an online tool that is used to help visualise scientific research data. a users guide is available at https://dfo-ocean-navigator.github.io/Ocean-Navigator-Manual/ and the tool is live at
http://navigator.oceansdata.ca
GNU General Public License v3.0
50 stars 20 forks source link

climatology year wrong #159

Open Jeffreydaw opened 6 years ago

Jeffreydaw commented 6 years ago

climatology is a standard year so there is no year that it should be displayed as. It currently displays the month and 1950. This should just be the month.

it should also be checked to see if we are updating climatology (I don't think we are) and if we should add that in the data pipelines.

nsoontie commented 6 years ago

Could we add a quantum called monthly_climatology and then update the date format to "MMMM"?

https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/blob/a93d6c811b47d3869b7ce8846911621a785149a6/plotting/plotter.py#L62-L71

Jeffreydaw commented 6 years ago

@nsoontie yeah, that sounds reasonable.