OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
5 stars 0 forks source link

Suppress warnings in map_food_insecurity #220

Closed caldwellst closed 1 month ago

zackarno commented 1 month ago

the suppressWarnings on fun.geometery works! Also another solution was found in #83 I believe

caldwellst commented 1 month ago

83 didn't resolve the issue. It resolved the issue in the linked SO post because calculating the centroid explicitly removed a specific warning, but the specific warning of plotting coordinates was still there because st_centroid() still returned coordinates. So now for all of those point plotting I am using suppressWarnings() around the fun.geometry.