Help
Update gridpoints on map
Use the widget below to generate a geojson file from KML.
You can also cleanup an existing geojson.
Then use Github interface to upload map.geojson into static/data directory.
KML files structure
Each geometry inside .kml file must have a Grid_Code (string) property matching the ID of corresponding gridpoint.
Every other property will be removed from generated geojson file.
Update data for gridpoints
Create and rename a copy of workbook template (xlsx or ods) for each grid point to create/update. (i.e. 12345.ods, 43215.xlsx,…)
Workbook templates :
gridcode.ods gridcode.xlsx
Contribute data for each spreadsheet of the workbook. Warning: Do not rename spreadsheets (tabs).
Use the widget below to generate a zip file containing CSV file for each spreadsheet tab, grouped by directories named after orignal files.
Download and extract generated zip file on local computer.
Use Github interface to upload every gridpoint directories at once into content/map directory.
CSV files structure
First row cells are used as header (technical) name. The content of these cells is processed through translation mechanism.
For each data line, first column cells should be a year value.
The first row with no content in first cell is used as comment for column headers.
Custom parameters
You may also have lines that are not data lines. We define them as parameter lines.
The first cell of each of these lines contain the name of the parameter. Each other column may contain it own value for each parameter.
Current available parameter are min, max, steps, and decimal.
Fill value only if you want to change the behavior of current data column.
Custom parameters simulator
Update adaptation measures
Data for Adaptation measures have to be contributed through a CSV files:
Use Github interface to upload csv files into content/adaptations directory.