This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #90 +/- ##
==========================================
- Coverage 88.01% 83.86% -4.15%
==========================================
Files 22 24 +2
Lines 609 719 +110
==========================================
+ Hits 536 603 +67
- Misses 73 116 +43
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
From now on, it's `f("file", object)` with some additional keywords as required
This was referenced Mar 28, 2021
This was
linked to
issues
Mar 28, 2021
So worldclim is apparently down... This is fun. I like it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an API BREAKING release, in all the good ways. The plan is to tag a
0.5
release now that Julia 1.6 is out and we've had time to catch a few bugs.Doc: http://docs.ecojulia.org/SimpleSDMLayers.jl/previews/PR90/
Reading and writing GeoTIFF files through the
geotiff
function is now fully supported without needing to define a custom type - this obsoletes the internal functionraster
All data interaction are done through extensions of the
SimpleSDMPredictor
function, which accept a data provider and a dataset, as well as (in some cases) a climate model and a climate future. This obsoletes theworldclim
,bioclim
. andlandcover
functions, leading to fewer things in the namespace, which is good.Future climates are represented by
@enum
types by model family.The files are stored either at the location specified by
ENV["SDMLAYERS_PATH"]
, or locally in theassets
folder. The first solution is recommended as it allows projects to reuse folders.The earthenv dataset has gained all of the texture layers.
WorldClim 2.1 has the CMIP6 scenarios under all four SSP6 for the BioClim dataset.
The
geotiff
function is able to burn multiple layers to a single file (and can read a specific band from a multi-band file).There are still a few outstanding items, including: