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
EarthEnv landcover + WorldClim 2.1 + CHELSA V1 #21
Merged
Merged
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
1e176c0
Test with landcover
tpoisot cbd0c9d
fix call to internal function
tpoisot 6dc39d6
use UInt8 for the landcover data
tpoisot 687a987
move to worldclim 2.1 from Jan. 2020
tpoisot 7b31cb7
fix the path for bioclim 2.1
tpoisot 7d34e55
What IS the deal with geotiff?
tpoisot 768d0fc
pass tests as an array of pairs
tpoisot 0200fd3
BREAKING CHANGE internal missing values are nothing, not NaN
tpoisot f0f9ffb
updated in progress
tpoisot 6677da7
the landcover files are gigantic on my machine...
tpoisot b845b19
fix generated functions
tpoisot 75824ff
landcover test
tpoisot e778a45
fix coarsen
tpoisot a56573e
no landcover test
tpoisot 887ec14
add landcover documentation entry
tpoisot e532f2f
update the coarsen test example
tpoisot 120517c
up test
tpoisot b56d82b
cleanup
tpoisot 12c14aa
trying to move to ArchGDAL
tpoisot 6907ca4
replace GDAL by ArchGDAL
tpoisot 53e79c5
fix generated functions
tpoisot a62cbf8
add Statistics to the dependencies
tpoisot 9182249
add Statistics to the project
tpoisot 8ee8ee1
need to figure out the coarsen return type
tpoisot adccda6
return type of coarsen fixed
tpoisot 1d66d44
fix the coarsen issue for some types
tpoisot 083c145
update GBIF test to reflect nothing
tpoisot eac2a0f
add CHELSA dataset
tpoisot e0d6350
doc update
tpoisot a032e4e
get rid of magma in example
tpoisot 98cec91
deal with some rounding issues in the tests
tpoisot ce1df21
sliding window
tpoisot fc9fafc
broadcast
tpoisot 879efdf
start working on reading only part of the file
tpoisot 6f6b32e
only load parts of the data (#23)
tpoisot 7591311
example with landcover data
tpoisot 49a6acd
update plot test to see the chelsa results
tpoisot 7870462
fix plot test of chelsa data
tpoisot 092ec14
doc still need fixing
tpoisot 44f6049
add a landcover plot test
tpoisot ec358c7
remove a clim in test that leaded to data loss
tpoisot e6306de
add comparison with worldclim when clipping
tpoisot 62a173c
BROKEN/WIP version (gotta go parenting)
tpoisot 697af04
slight complication of the dataset code but it's now really flexible
tpoisot ad72e25
update with the correct range for bioclim and earthenv (#24)
tpoisot 387dd93
fix the bounds for earthenv
tpoisot 4f4902d
fix plot testing
tpoisot 15493bc
update latitudes and longitudes limits for types
tpoisot 3c06c6e
Closes #24
tpoisot 23fa45d
documentation update
tpoisot 8418cc4
example fix
tpoisot 619f062
update doc examples
tpoisot 13cbf0f
more tests
tpoisot ec96ee2
update examples
tpoisot 9adf83e
update doc for new operations
tpoisot 658814f
update test
tpoisot 319c6c0
update the examples
tpoisot 0fb9d7b
code for consensus
tpoisot d646b1e
consensus example
tpoisot fc81db9
add some text to the example
tpoisot dec989e
add end
tpoisot c342ea9
fix the bug where layers had inverted dimensions
tpoisot 27ce2be
fix test bug
tpoisot addaeaf
remove Makefile
tpoisot 93bd81b
fix doc example
tpoisot 6de9cc1
fix import code in demo
tpoisot 5cb9c3a
demo update
tpoisot 97ce4b8
Update import.md
tpoisot d5fa5de
update file import example
tpoisot b36edeb
update shannon function
tpoisot b3ddbc4
fix similar function
gabrieldansereau 0ec87b9
update folder
tpoisot 8b3e1a2
Merge remote-tracking branch 'origin/feature/landcover' into feature/…
tpoisot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar()
didn't work without this for climate layers & all.eltype(temperature.grid)
is alwaysUnion{Nothing, Float32}
, which has no method forzero()