You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add location_initializeExisting() to skip spatial searches if not needed. (10/25/23)
test performance of table_addClustering() when there are 150 clusters of 2/3/4 locations each. (10/30/23)
limit maxClusters to now(tbl) in clusterByDistance.R (08/14/24)
?pam::cluster: positive integer specifying the number of clusters, less than the number of observations.
table_save() should allow for csv.gz (11/25/24)
Items finished by 2024-01-23
Update USGS elevation service URL (docs). (1/22/24)
Items finished by 2023-11-13
table_getNearestLocation() doesn't guarantee a single record per incoming location because dplyr::left_join() doesn't guarantee that. We either need an error message or some first-encountered logic with adequate documentation and a warning message. (11/13/23)
table_save() should allow output_type to be a vector of types. (11/02/23)
use precision argument in call to MazamaCoreUtils::createLocationID(). (11/13/23)
Items finished by 2023-10-24
add postalCode to the core metadata and deprecate zip (10/24/23)
Items finished by 2022-08-29
Add algorithm argument to location_createID().
The text was updated successfully, but these errors were encountered:
Items as they come up:
TODO:
location_initializeExisting()
to skip spatial searches if not needed. (10/25/23)table_addClustering()
when there are 150 clusters of 2/3/4 locations each. (10/30/23)maxClusters
tonow(tbl)
inclusterByDistance.R
(08/14/24)table_save()
should allow forcsv.gz
(11/25/24)Items finished by 2024-01-23
Items finished by 2023-11-13
table_getNearestLocation()
doesn't guarantee a single record per incoming location becausedplyr::left_join()
doesn't guarantee that. We either need an error message or some first-encountered logic with adequate documentation and a warning message. (11/13/23)table_save()
should allowoutput_type
to be a vector of types. (11/02/23)precision
argument in call toMazamaCoreUtils::createLocationID()
. (11/13/23)Items finished by 2023-10-24
postalCode
to the core metadata and deprecatezip
(10/24/23)Items finished by 2022-08-29
algorithm
argument tolocation_createID()
.The text was updated successfully, but these errors were encountered: