... in addition to current zoltar JSON format. It would involve:
Change the server's forecast upload endpoint to have some way of determining the upload format (JSON or CSV), e.g., a flag.
Change zoltr and zoltpy to support that flag.
Think about whether we should change or delete the various zoltr and zoltpy conversion functions. If we keep them, we should think about whether we should rewrite them to convert to zoltar CSV rather than to zoltar JSON.
... in addition to current zoltar JSON format. It would involve: