-
Notifications
You must be signed in to change notification settings - Fork 242
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
Adding functions and scripts for downloading, extracting, and processing observations, initial conditions, land cover types, ERA5 drivers for anchor sites within NA. #3278
Merged
Merged
Changes from 80 commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
eddb3ac
Add shapefiles of level 1 and 2 NA eco-region.
0370079
Add a script for processing anchor site data preparations.
0ac8aee
Automatic updated namespace.
76fa0f2
Update codes for grabbing site info from a multi-settings object.
f4102be
Add a function for extracting ISCN SOC initial conditions.
80de614
Add a function for downloading soil moisture from the CDS server.
2c7d181
Add a function for extracting downloaded soil moisture netcdf files.
d31f478
Add rdata file for the ISCN SOC records along with the corresponding …
0fb6a4d
Add a script for processing initial conditions for the anchor site.
2ecace0
Tweak ecoregion finder function to adjust the NA area.
fa445ce
Automatic updated namespace.
f8025bb
Update MODIS_LAI_prep function.
b2ebe9b
Add a function to download, extract and filter MODIS LC data.
c9eb19d
Add a function for extracting AGB initial conditions from GeoTIFF files.
dace7a2
Merge branch 'develop' of https://github.com/PecanProject/pecan into …
a75ab0b
Updated previous documentation.
d919d12
Update progress bar for the qsub_parallel function.
d89d66a
Correct the unit for using the soil moisture initial condition in SDA.
d27e7dd
Correct the indexing for block based analysis function.
a854ed9
Correct logic for the analysis run.
4cfc6be
Add arguments in the plotting function to control plot size.
a103d7b
Update create a multi-site script to include the NA anchor sites.
8d0bc46
Fix the bug where we write ERA5 paths into the settings.xml file.
9c1dbf4
Update the script to download North America ERA5 data.
ca4fa97
Provide another option for downloading SoilGrids data if the parallel…
68a1471
Add argument to decide if we want to skip the high sd observations fo…
43f73bf
Update function for reading geotiff file of AGB initial conditions.
6b19993
Update the filtering scheme upon the QC band.
5cdaa47
Remove shapefiles of NA ecoregion maps from the repo.
a6aa42d
Remove R script and replace it with the RMD file.
cde0988
Update the usage of ecoregion maps when searching for ecoregion code.
4b14550
Rename the current ERA5 USA download script to NA.
8391427
Replace the previous R script with a more informative Rmd file.
11845e3
Reverted dependency to dplyr
3c5e4b9
Update documentation.
d57b7bb
Update ecoregion paths argument.
586c694
Add introduction on how to build python CDS API.
d5af569
Update documentation
5b44da9
Update the documentation.
2ac0ad6
Merge branch 'PecanProject:develop' into develop
DongchenZ 82b35d7
Merge branch 'develop' of https://github.com/DongchenZ/pecan into dev…
f0401c4
Bug fix
2eeffce
Create interface for user to create their own credentials.
1a0d3b7
Bug fix.
5645ceb
Update ISCN extract function based on new Rdata file.
64bb891
update data.
85cf197
Update documentation.
536d742
Update the way of automatically create the credential file.
ccfe190
Update documentation.
e7fb69b
document iscn_soc rdata.
308e996
Update dependencies.
053fe56
Bug fix.
af45b0d
Fix documentation.
59bf4b8
Fix typo in roxygen.
d11887c
Revert back to the magrittr dependency.
7fe5670
add namespace.
bb6d6df
Put the instruction in the roxygen structure.
6757a92
Updated documentation.
ac37744
Update logger info.
14df11a
Update the usage for filtering high sd data and documentation.
2446661
Update the usage for exporting the csv file.
d83f343
Update the qc.filter usage.
1a68cee
Rename the function to be more product specific.
8f2823c
Update documentation.
08a454e
Update documentation.
69a3faf
Move file to the correct folder.
8a14ec0
Update documentations.
9b09744
Update documentation.
c91660b
Merge branch 'PecanProject:develop' into develop
DongchenZ fda90e3
Merge branch 'develop' of https://github.com/DongchenZ/pecan into dev…
569da69
Update documentation.
bbb304f
Update change log file.
9e121ff
Bug fixes.
2eaddc8
Merge branch 'PecanProject:develop' into develop
DongchenZ e5bae23
Update book source.
87e75fe
Update IC prep script
10d6307
Update documentation.
9b911cd
Merge branch 'develop' of https://github.com/DongchenZ/pecan into dev…
aaf1a93
Update documentation
dda87a1
Fix ifelse.
5b82269
Remove the level 1 ecoregion map.
fce4f1b
Remove ecoregion map from assimsequential package.
0c6224d
Change the package name.
bffb27e
Update documentation.
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
What units? I'm guessing probably whatever
pdf()
defaults to?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.
yes
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.
For cases like this I like to leave a breadcrumb trail:
(and similar for PDF_h)