cesaraustralia / Dispersal.jl

Tools for simulating organism dispersal
Other
21 stars 3 forks source link

Move downsapling code or use GeoData / DimensionalData #71

Open rafaqz opened 3 years ago

rafaqz commented 3 years ago

The downsampling code we use to simplify the human dispersal problem is too much of a utility to be in this package. We should use aggregate from GeoData instead, or move it to DimensionalData.jl (as I've been meaning to for a while) so we don't have to depend on GeoData.jl here - we already depend on DimensionalData.

See https://github.com/rafaqz/DimensionalData.jl/issues/117