drofphilosophe / USElecData

Apache License 2.0
1 stars 0 forks source link

Facility CEMS data contains `sf` objects #12

Closed drofphilosophe closed 1 year ago

drofphilosophe commented 1 year ago

The current iteration of the CEMS facility data contains sf point geometry objects. This requires you to load the sf package before using the data. Remove the geometry column and replace it with numeric latitude and longitude.

drofphilosophe commented 1 year ago

Removed geometry information and replaced with plant.latitude and plant.longitude.