nwfsc-fram / warehouse

FRAM Data Warehouse - Public
Other
5 stars 1 forks source link

Add selection.xlsx Microsoft Excel workbook download endpoint #1

Open bjamesvERT opened 5 years ago

bjamesvERT commented 5 years ago

File needs a description tab and then also a data tab. @sethgerou-noaa for webapp exposure of this addition.

sethgerou-noaa commented 5 years ago

Is this in reference to something Mak was working on perhaps? I don't know what file/addition you're referring to.

bjamesvERT commented 5 years ago

This issue is for adding .xlsx to the API as a supported download format, has not been implemented yet

bjamesvERT commented 5 years ago

openpyxl Excel TextBox support (K.S. preferred method to present data description) is limited and may be non-functional.

Reviewing options for .xlsx TextBox

bjamesvERT commented 5 years ago

3cd6459 API update (1.7.dev6) deployed to production. See new .xlsx support:

Note: .xlsx download of large datasets may feel less responsive as (unlike our .json or .csv code) the XlsxWriter module is unable to begin streaming output until full file has been created server-side.

@toddhay-NOAA was the idea to convert all web application links to .xlsx or just the GEMM url?