Skip to content

Commit

Permalink
re-do changes from mm-calc-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Jan 17, 2024
1 parent b1273f3 commit afcf601
Show file tree
Hide file tree
Showing 17 changed files with 2,522 additions and 555 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,16 @@ tools/metalearner_test
.dodsrc

# raw data
input/
input/aqs
input/ecoregions
input/geos
input/gmted
input/HMS_Smoke
input/koppen_geiger
input/merra2
input/modis
input/narr
input/nlcd
input/tri
input/NCEP-NCAR-Reanalysis-1

3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export(check_input_raster_in_extent)
export(check_means_are_valid)
export(check_output_locs_are_valid)
export(check_temporal_range)
export(check_url_file_exist)
export(check_url_status)
export(check_urls)
export(check_variances_are_valid)
export(convert_stdt)
Expand Down Expand Up @@ -54,6 +54,7 @@ export(generate_cv_index_lolo)
export(generate_cv_index_lolto)
export(generate_cv_index_loto)
export(generate_cv_index_random)
export(generate_date_sequence)
export(generate_spt_index)
export(generic_base_learner)
export(generic_meta_learner)
Expand Down
Loading

0 comments on commit afcf601

Please sign in to comment.