-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IO not exported? #145
Comments
They are loaded but not exported: SpeciesDistributionToolkit.jl/src/SpeciesDistributionToolkit.jl Lines 32 to 35 in 572e0d5
You can read manually with:
But you can also look at the way data from SimpleSDMDatasets are loaded, e.g.:
This might need a documentation mention when I port all of the docstrings to the website. |
(also the reason not to export it is: I like it when other packages don't export the IO functions because it's a less important part of the process) |
Ah okay I found the
which yields In practice I can probably get around this by not using |
Yup that is indeed a likely bug, let me see. |
OK I have opened a PR (#146) with a fix. The |
Am I missing a new change to the API or are the files in
./src/io
not exported? Is there another way to read/write from disk?The text was updated successfully, but these errors were encountered: