HakaiInstitute/csv-to-netcdf

Support custom fill values

Open

#1 opened on Feb 26, 2020

 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

xarray/pandas seems to find NA and NaN and parse them as no value. It would be handy if custom fill values could be set either for entire dataset or for each column

eg --fill-values 99.999,-99.9999,None

Contributor guide