Nihar Sanda
Nihar Sanda
## Description Added a REST API to download multiple file of a workflow. The endpoint for the api is `/api/workflows/{id}/file-multiple/` the file list is provided in the request body in...
## Description Here we extend the PEcAn API's by adding Posterior file API's. Currently, we only have 2 API's - `/api/posteriors/` which lists all the posterior files - `/api/posteriors/{posterior_id}/` which...
## Description This feature will introduce the concept of API keys in the PEcAn REST API's, an API key shall be passed by the user in the header X-API-Key The...
## Description Currently we don't have any sort of keys to our API for authorization purposes. ## Proposed Solution This feature will introduce the concept of API keys in the...
This is an epic issue to track all the various issues Ill be solving this summer as a part of the GSoC Project in the API module. - Download multiple...
## Description Currently we can only download an individual file from the workflow using `download.workflow.file(server, workflow_id=99000000031, filename="pecan.xml", save_as="local.pecan.xml")` But now we should be able to download all the files in...
## Description - Before, the new_page and prev_page field in the inputs API consisted links of `/api/workflows`. Now it is changed to `/api/inputs`. - The offset param was set to...
## Description Currently we use sda.enkf.multisite function for assimilation of observed data at multiple sites at the same time. ## Proposed Solution The solution is to give PEcAn users much...
Me and my team are working on a dataset for research purposes, while running Automagic we ran into a error. The error is attached as follows. After much debugging we...
## Description Currently, the forecasting dashboard does not start due to various reasons like package degradation issues, changes in the data format etc. Recently, the data processing and downloading format...