ClimaLand.jl icon indicating copy to clipboard operation
ClimaLand.jl copied to clipboard

Consider removing direct dependency on DataFrames

Open Sbozzolo opened this issue 11 months ago • 1 comments

DataFrames is an heavy dependency. Currently, it is used only in the neural snow model (which we can move to an extension) and in the PFTs (https://github.com/CliMA/ClimaLand.jl/blob/main/src/standalone/Vegetation/pfts.jl)

It would be great if we could avoid using DataFrames in pfts.jl as that would allow us to remove the dependency

Sbozzolo avatar Mar 28 '24 00:03 Sbozzolo