Depreciated - add a file as a record in the RRASSLED structure - Depreciated
Usage
cloud_ingest_record(
in_file = NULL,
ras_dbase = NULL,
root_bucket = NULL,
code_to_place_in_source = NULL,
proj_override = NULL,
apply_vdat_trans = FALSE,
is_quiet = FALSE,
is_verbose = FALSE,
overwrite = FALSE
)Arguments
- in_file
the path to the file on disk that we want to ingest, Default: NULL
- ras_dbase
A path to an S3 bucket to write your RRASSLED catalog to., Default: NULL
- root_bucket
first path in s3 url, will auto-populate as needed, Default: NULL
- code_to_place_in_source
a code to place in the metadata as the owner of the model, Default: NULL
- proj_override
a string to override projection information should none be found, Default: NULL
- apply_vdat_trans
Should VDATUM be applied to the HEC-RAS model geometry. See https://vdatum.noaa.gov/, Default: FALSE
- is_quiet
flag to determine whether print statements are suppressed, TRUE to suppress messages and FALSE to show them, Default: FALSE
- is_verbose
flag to determine whether internal print statements (i.e. cross section parsing, vdat trans, file info) are suppressed, TRUE to show these messages and FALSE to suppress them, Default: FALSE
- overwrite
overwrite files if we find identical models, Default: FALSE
See also
str_sub, str_detect
get_bucket, delete_object, put_object
glue
glob2rx
st_crs, st_coordinates, geos_unary, st_write
select, pull
data.table-package, fwrite
sf_linestring, sf_polygon
st_startpoint
get_nhdplus
aoi_get
write_parquet
Other ingest:
disk_ingest_record(),
ingest_FEMA6_BLE(),
ingest_into_database(),
insert_manual_record()
Examples
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
}
} # }
