Thomas Saillour
Thomas Saillour
Considering your last observations, especially #161, that would benefit EMC's work (ping @AliS-Noaa), I think we still need to implement the part on Historical data, and if we can, use...
I had a look on the faq: https://www.ndbc.noaa.gov/faq/measdes.shtml: * Realtime (the current implementation) is limited to the last 45days. * Historical is older than 45days It seems we can get...
ok indeed. I think then it'd make sense to pin/limit the version of NDBCApi and merge #146
I agree this would be useful
IMO Water depth would be the most important variable not present in the original DataFrame
Hi @carolakaiser, indeed release 0.3.14 was done before the merge of NDBC please try: ``` pip install git+https://github.com/oceanmodeling/searvey.git ```
pinging @aliabdolali @AliS-Noaa @CDJellen
FIY I also tried to download all available data using this script: ```python # pip install searvey fastparquet import os import searvey import ndbc_api import pandas as pd os.makedirs("data", exist_ok=True)...
Hi @Safwannn89! thanks for your initiative to fix the NDBC problem and for the effort of battling with CI. I'd have a couple suggestions on development practices: * I can...