mrbotcr / py3ClimMob

ClimMob is software for agricultural citizen science
https://climmob.net/
GNU Affero General Public License v3.0
5 stars 2 forks source link

Fix trial on map on the report #274

Open kauedesousa opened 7 months ago

kauedesousa commented 7 months ago

In the current analysis workflow the trial map needs to be printed on the disk to later be fetched by Markdown when writing the report. For some reason the paths do not match and the map is not coming in the report. We need to check that from the analysis workflow and from the ClimMob sides. Here is the code that writes the map

https://github.com/AgrDataSci/ClimMob-analysis/blob/9196d8e83356eef6b53091379a2238a9d8223c76/modules/05_spatial_overview.R#L63

This is issue is also on ClimMob-analysis report https://github.com/AgrDataSci/ClimMob-analysis/issues/106