tdis_add_artifact


Description

select *
from tdis_add_artifact(6, 170, 'Test artifact', '2022-12-15',
                      '2020-07-11',
                      'artifact description', 'artifact purpose.',
                      4, '{"Dallas|Municipality","Dallas|County"}',
                      '{{6,7},{6,8}}', 'Creator Name', '{TDEM,TxDOT,TNRIS}',
                      3, 2, 'https://url.org/1234', 120,
                      'GeoTIFF', 'USGS',
                      'Rainfall, Precipitation', 'GNU',
                      '2023-01-05',
                      'Process step description.', 2087,
                      'ArcGIS Web Service', 'HEC-RAS', '3.4.1',
                      'Daily', '{"[2022-02-15, 2022-02-17)","[2022-02-03, 2022-02-09)"}',
                      '{Public}');

Parameters

Name Type Mode
p_user_id integer IN
p_collection_id integer IN
p_title character varying IN
p_element_last_updated date IN
p_element_created date IN
p_description text IN
p_purpose text IN
p_accessibility_score integer IN
p_jurisdiction_with_type_code ARRAY IN
p_contacts ARRAY IN
p_creator_name character varying IN
p_chain_of_custody ARRAY IN
p_data_stage_score integer IN
p_distribution_method_id integer IN
p_distribution_url character varying IN
p_publisher_distributor_agency_id integer IN
p_file_format character varying IN
p_keyword_vocabulary_source character varying IN
p_keyword_terms character varying IN
p_license character varying IN
p_process_step_date date IN
p_process_step_description character varying IN
p_process_step_source_id integer IN
p_service_endpoint_type character varying IN
p_software_abbreviation character varying IN
p_software_version character varying IN
p_update_interval character varying IN
p_time_periods ARRAY IN
p_use_constraints ARRAY IN