NEWS.md
Store correction proposition during geocoding phase. These proposition were only displayed in the log before. They now appear in new columns called "proposition_*" (Fix #65 #76)
Fix #77 Missing data in one of the input worksheets now creates an error. Empty worksheet comptages_automatiques
is allowed but creates a warning.
Fix #75 that displayed a progress bar in the logs
Fix a bug on check_evavelo() when a column was missing from *_post_traitement version of one of the sheets (linked to #78)
Remove dependency to dev version of openxlsx (following release of 4.2.4)
Fix bug when trying to display cluster graph without clicking on the button
Fix bug when importing a file with empty “enquetes” sheet.
Read counting data from worksheet comptages_automatiques
Add site clustering and dendogram visualization #24
Segmentation of distance_dom_enq_reelle
in 3 fields distance_dom_enq_reelle_regions
distance_dom_enq_reelle_france
distance_dom_enq_reelle_etranger
#63
Detects foreign cities in ville_res
#57. We use Open Street Map engine (Nomatim) that has a rate limit of 1 request per second. Geocoding can be slow if there are a lot of different cities outside of France.
Speed improvement in geocoding by using local list of cities (France and Outside)
check_num_outliers()
#59Create geocoding functions geocode_table_communes()
, geocode_cities
and geocode_cities_cp()
Create distance computation function calc_distance()
and include in process_evavelo()