geomarker-io / ecat

Assess exposure to elemental carbon attributable to traffic (ECAT) at specific locations in and around Cincinnati, Ohio
https://geomarker.io/ecat
GNU General Public License v3.0
0 stars 1 forks source link

lots of warning messages for `add_scaled_ecat` #8

Open erikarasnick opened 3 years ago

erikarasnick commented 3 years ago

Warning messages: 1: Problem with mutate() column scaled_ecat. ℹ scaled_ecat = ecat::add_scaled_ecat(.). ℹ GDAL Message 1: +init=epsg:XXXX syntax is deprecated. It might return a CRS with a non-EPSG compliant axis order.

cole-brokamp commented 3 years ago

Sounds like a mismatch between the PROJ version and sf or whatever else is using it? PROJ updated this syntax and then sf and other spatial packages changed their code to deal with it.