You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up PoisotLab/GBIF.jl#6 -- I think a way to move from points to plot would be to create a "grid" of data. If we have a set of GBIFRecords, it can probably be done by looking at the lat/lon range and applying e.g. Sturge's rule to determine the number of bins (or letting the user specify breakpoints).
I'm agnostic as to whether this should be done here, or in GBIF.jl.
The text was updated successfully, but these errors were encountered:
But the thing I think I understood was that actually many of GBIFs occurrence records are generated and uploaded as plot data, but that information is stripped as GBIF makes available as occurrences. But apparently they still do keep that information so it could be convenient to tap into it.
Congrats on getting the package out, it's really nice.
Following up PoisotLab/GBIF.jl#6 -- I think a way to move from points to plot would be to create a "grid" of data. If we have a set of
GBIFRecords
, it can probably be done by looking at the lat/lon range and applying e.g. Sturge's rule to determine the number of bins (or letting the user specify breakpoints).I'm agnostic as to whether this should be done here, or in GBIF.jl.
The text was updated successfully, but these errors were encountered: