Build a function to download HESTIA data in .csv format for a given location and a specific production
🌳 Feature Request
Background
As suggested in the
user story, .csv file format should be provided as an option for fetching data for a specific product and for a specific region.
Initial proposal
We should build a generic function for returning .csv format data. Consider using the "inverter", especially for soil ph with various depths. It should also be able to handle data completeness.
Links / references
Acceptance criteria
- If I specify a country and a product name from the glossary,
- column and row data should be returned as a .csv format to be downloaded.