├── .Rbuildignore ├── .Rprofile ├── .github └── workflows │ └── r-cmd-check.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DESCRIPTION ├── LICENSE ├── NAMESPACE ├── NEWS.md ├── R ├── closeWorkflow.R ├── debugWorkflow.R ├── executeWorkflow.R ├── executeWorkflowJob.R ├── geoflow.R ├── geoflow_action.R ├── geoflow_contact.R ├── geoflow_data.R ├── geoflow_data_accessor.R ├── geoflow_date.R ├── geoflow_dictionary.R ├── geoflow_dimension.R ├── geoflow_entity.R ├── geoflow_featuremember.R ├── geoflow_featuretype.R ├── geoflow_format.R ├── geoflow_handler.R ├── geoflow_handler_contact.R ├── geoflow_handler_dictionary.R ├── geoflow_handler_entity.R ├── geoflow_keyword.R ├── geoflow_kvp.R ├── geoflow_logger.R ├── geoflow_process.R ├── geoflow_profile.R ├── geoflow_provenance.R ├── geoflow_register.R ├── geoflow_relation.R ├── geoflow_right.R ├── geoflow_software.R ├── geoflow_subject.R ├── geoflow_utils.R ├── geoflow_validator.R ├── geoflow_vocabulary.R ├── initWorkflow.R ├── initWorkflowJob.R ├── loadMetadataHandler.R ├── profile.R └── writeWorkflowJobDataResource.R ├── README.md ├── doc ├── Summary_metadata.csv ├── diagrams │ ├── 0_executeWorkflow.graphml │ ├── 0_executeWorkflow.png │ ├── 1_executeWorkflow_steps.graphml │ ├── 1_executeWorkflow_steps.png │ ├── 2_initWorkflowJob_steps.graphml │ ├── 2_initWorkflowJob_steps.png │ ├── 3_initWorkflow_steps.graphml │ ├── 3_initWorkflow_steps.png │ ├── 4_executeWorkflowJob_steps.graphml │ ├── 4_executeWorkflowJob_steps.png │ ├── 4_executeWorkflowJob_steps_entity_workflow.graphml │ └── 4_executeWorkflowJob_steps_entity_workflow.png ├── documentation.Rmd ├── documentation.md ├── geoflow_metadata_question.txt ├── list_accessors_handlers.Rmd ├── list_accessors_handlers.md ├── list_action_software.Rmd ├── list_action_software.md ├── metadata.md ├── metadata_contacts.md ├── metadata_data.md └── metadata_dictionary.md ├── geoflow.Rproj ├── inst ├── actions │ ├── atom4R_dataverse_deposit_record.R │ ├── atom4R_dataverse_deposit_record.yml │ ├── d4storagehub4R_upload_data.R │ ├── d4storagehub4R_upload_data.yml │ ├── dataone_upload_datapackage.R │ ├── dataone_upload_datapackage.yml │ ├── eml_create_eml.R │ ├── eml_create_eml.yml │ ├── geometa_create_iso_19110.R │ ├── geometa_create_iso_19110.yml │ ├── geometa_create_iso_19115.R │ ├── geometa_create_iso_19115.yml │ ├── geonapi_publish_iso_19139.R │ ├── geonapi_publish_iso_19139.yml │ ├── geonode4R_publish_ogc_services.R │ ├── geonode4R_publish_ogc_services.yml │ ├── geosapi_publish_ogc_services.R │ ├── geosapi_publish_ogc_services.yml │ ├── metadataeditr_create_project.R │ ├── metadataeditr_create_project.yml │ ├── ocs4R_upload_data.R │ ├── ocs4R_upload_data.yml │ ├── ows4R_publish_iso_19139.R │ ├── ows4R_publish_iso_19139.yml │ ├── rmarkdown_create_metadata.R │ ├── rmarkdown_create_metadata.yml │ ├── sf_write_dbi.R │ ├── sf_write_dbi.yml │ ├── sf_write_generic.R │ ├── sf_write_generic.yml │ ├── sf_write_shp.R │ ├── sf_write_shp.yml │ ├── zen4R_deposit_record.R │ └── zen4R_deposit_record.yml ├── extdata │ ├── markdown │ │ └── generic.Rmd │ └── workflows │ │ ├── config_metadata_csw.json │ │ ├── config_metadata_dataverse.json │ │ ├── config_metadata_dbi.json │ │ ├── config_metadata_gsheets.json │ │ ├── config_metadata_gsheets_cloud_upload.json │ │ ├── config_metadata_gsheets_eml.json │ │ ├── config_metadata_gsheets_iso19115.json │ │ ├── config_metadata_gsheets_iso19115.yml │ │ ├── config_metadata_gsheets_iso19115_geonetwork.json │ │ ├── config_metadata_gsheets_iso19115_geonetwork_datacite.json │ │ ├── config_metadata_gsheets_iso19115_inspire.json │ │ ├── config_metadata_gsheets_iso19115_inspire_geonetwork.json │ │ ├── config_metadata_gsheets_iso19115_inspire_geonetwork_with_uuid.json │ │ ├── config_metadata_gsheets_sdi_geonode_shp.json │ │ ├── config_metadata_gsheets_sdi_geoserver_geotiff.json │ │ ├── config_metadata_gsheets_sdi_geoserver_geotiff_directory.json │ │ ├── config_metadata_gsheets_sdi_geoserver_geotiff_view.json │ │ ├── config_metadata_gsheets_sdi_geoserver_shp.json │ │ ├── config_metadata_gsheets_sdi_postgis_dbi.json │ │ ├── config_metadata_gsheets_zenodo.json │ │ ├── config_metadata_gsheets_zenodo_clean_options.json │ │ ├── config_metadata_gsheets_zenodo_full.json │ │ ├── config_metadata_ncml.json │ │ ├── config_metadata_ocs.json │ │ ├── config_metadata_thredds_noaa.json │ │ ├── config_metadata_zenodo.json │ │ ├── config_metadata_zenodo_with_options.json │ │ ├── config_metadataeditr_from_csw.json │ │ └── workflows.csv └── metadata │ ├── contact │ ├── contact_handler_csv.R │ ├── contact_handler_csv.yml │ ├── contact_handler_dbi.R │ ├── contact_handler_dbi.yml │ ├── contact_handler_df.R │ ├── contact_handler_excel.R │ ├── contact_handler_excel.yml │ ├── contact_handler_gsheet.R │ ├── contact_handler_gsheet.yml │ ├── contact_handler_ocs.R │ └── contact_handler_ocs.yml │ ├── dictionary │ ├── dictionary_handler_csv.R │ ├── dictionary_handler_csv.yml │ ├── dictionary_handler_dbi.R │ ├── dictionary_handler_dbi.yml │ ├── dictionary_handler_df.R │ ├── dictionary_handler_excel.R │ ├── dictionary_handler_excel.yml │ ├── dictionary_handler_gsheet.R │ ├── dictionary_handler_gsheet.yml │ ├── dictionary_handler_ocs.R │ └── dictionary_handler_ocs.yml │ ├── entity │ ├── entity_handler_csv.R │ ├── entity_handler_csv.yml │ ├── entity_handler_dataverse.R │ ├── entity_handler_dataverse.yml │ ├── entity_handler_dbi.R │ ├── entity_handler_dbi.yml │ ├── entity_handler_dbi_csv.R │ ├── entity_handler_dbi_csv.yml │ ├── entity_handler_dbi_df.R │ ├── entity_handler_dbi_excel.R │ ├── entity_handler_dbi_excel.yml │ ├── entity_handler_dbi_geometry_columns.R │ ├── entity_handler_dbi_gsheet.R │ ├── entity_handler_dbi_gsheet.yml │ ├── entity_handler_df.R │ ├── entity_handler_excel.R │ ├── entity_handler_excel.yml │ ├── entity_handler_gsheet.R │ ├── entity_handler_gsheet.yml │ ├── entity_handler_ncdf.R │ ├── entity_handler_ncdf.yml │ ├── entity_handler_ncml.R │ ├── entity_handler_ncml.yml │ ├── entity_handler_ocs.R │ ├── entity_handler_ocs.yml │ ├── entity_handler_ogc_csw.R │ ├── entity_handler_ogc_csw.yml │ ├── entity_handler_thredds.R │ ├── entity_handler_thredds.yml │ ├── entity_handler_thredds_csv.R │ ├── entity_handler_thredds_csv.yml │ ├── entity_handler_thredds_df.R │ ├── entity_handler_thredds_excel.R │ ├── entity_handler_thredds_excel.yml │ ├── entity_handler_thredds_gsheet.R │ ├── entity_handler_thredds_gsheet.yml │ ├── entity_handler_zenodo.R │ ├── entity_handler_zenodo.yml │ └── mapping │ │ ├── from_19115.R │ │ └── to_eml.R │ └── i18n.json ├── man ├── add_config_logger.Rd ├── build_hierarchical_list.Rd ├── check_packages.Rd ├── closeWorkflow.Rd ├── create_geoflow_data_from_dbi.Rd ├── create_object_identification_id.Rd ├── debugWorkflow.Rd ├── describeOGCRelation.Rd ├── enrich_text_from_entity.Rd ├── executeWorkflow.Rd ├── executeWorkflowJob.Rd ├── extract_cell_components.Rd ├── extract_kvp.Rd ├── extract_kvps.Rd ├── fetch_layer_styles_from_dbi.Rd ├── filter_sf_by_cqlfilter.Rd ├── geoflow.Rd ├── geoflowLogger.Rd ├── geoflow_action.Rd ├── geoflow_contact.Rd ├── geoflow_data.Rd ├── geoflow_data_accessor.Rd ├── geoflow_date.Rd ├── geoflow_dictionary.Rd ├── geoflow_dimension.Rd ├── geoflow_entity.Rd ├── geoflow_featuremember.Rd ├── geoflow_featuretype.Rd ├── geoflow_format.Rd ├── geoflow_handler.Rd ├── geoflow_keyword.Rd ├── geoflow_kvp.Rd ├── geoflow_process.Rd ├── geoflow_profile.Rd ├── geoflow_provenance.Rd ├── geoflow_register.Rd ├── geoflow_relation.Rd ├── geoflow_right.Rd ├── geoflow_skos_vocabulary.Rd ├── geoflow_software.Rd ├── geoflow_subject.Rd ├── geoflow_validator.Rd ├── geoflow_validator_cell.Rd ├── geoflow_validator_contact_Identifier.Rd ├── geoflow_validator_contacts.Rd ├── geoflow_validator_entities.Rd ├── geoflow_validator_entity_Creator.Rd ├── geoflow_validator_entity_Data.Rd ├── geoflow_validator_entity_Date.Rd ├── geoflow_validator_entity_Description.Rd ├── geoflow_validator_entity_Format.Rd ├── geoflow_validator_entity_Identifier.Rd ├── geoflow_validator_entity_Language.Rd ├── geoflow_validator_entity_Provenance.Rd ├── geoflow_validator_entity_Relation.Rd ├── geoflow_validator_entity_Rights.Rd ├── geoflow_validator_entity_SpatialCoverage.Rd ├── geoflow_validator_entity_Subject.Rd ├── geoflow_validator_entity_TemporalCoverage.Rd ├── geoflow_validator_entity_Title.Rd ├── geoflow_validator_entity_Type.Rd ├── geoflow_vocabulary.Rd ├── getDBTableColumnComment.Rd ├── getDBTableComment.Rd ├── get_absolute_path.Rd ├── get_config_resource_path.Rd ├── get_epsg_code.Rd ├── get_line_separator.Rd ├── get_locales_from.Rd ├── get_union_bbox.Rd ├── initWorkflow.Rd ├── initWorkflowJob.Rd ├── is_absolute_path.Rd ├── list_action_options.Rd ├── list_actions.Rd ├── list_contact_handler_options.Rd ├── list_contact_handlers.Rd ├── list_data_accessors.Rd ├── list_dictionary_handler_options.Rd ├── list_dictionary_handlers.Rd ├── list_entity_handler_options.Rd ├── list_entity_handlers.Rd ├── list_registers.Rd ├── list_software.Rd ├── list_software_parameters.Rd ├── list_software_properties.Rd ├── list_vocabularies.Rd ├── loadMetadataHandler.Rd ├── load_workflow_environment.Rd ├── posix_to_str.Rd ├── precompute_relationships.Rd ├── register_actions.Rd ├── register_contact_handlers.Rd ├── register_data_accessors.Rd ├── register_dictionary_handlers.Rd ├── register_entity_handlers.Rd ├── register_registers.Rd ├── register_software.Rd ├── register_vocabularies.Rd ├── sanitize_date.Rd ├── sanitize_str.Rd ├── set_i18n.Rd ├── set_line_separator.Rd ├── set_locales_to.Rd ├── str_to_posix.Rd ├── unload_workflow_environment.Rd └── writeWorkflowJobDataResource.Rd ├── renv.lock ├── renv ├── .gitignore └── activate.R └── tests ├── resources └── pycsw │ ├── database │ └── cite.db │ └── pycsw.cfg ├── test-all.R └── testthat ├── test_config.R ├── test_config_metadata_csw.R ├── test_config_metadata_dataverse.R ├── test_config_metadata_gsheets.R ├── test_config_metadata_gsheets_eml.R ├── test_config_metadata_gsheets_iso19115.R ├── test_config_metadata_gsheets_iso19115_inspire.R ├── test_config_metadata_gsheets_iso19115_inspire_geonetwork.R ├── test_config_metadata_gsheets_iso19115_inspire_geonetwork_with_uuid.R ├── test_config_metadata_gsheets_sdi_geonode_shp.R ├── test_config_metadata_gsheets_sdi_geoserver_geotiff.R ├── test_config_metadata_gsheets_sdi_geoserver_geotiff_view.R ├── test_config_metadata_gsheets_sdi_geoserver_shp.R ├── test_config_metadata_gsheets_zenodo.R ├── test_config_metadata_gsheets_zenodo_full.R ├── test_config_metadata_ncml.R ├── test_config_metadata_thredds_noaa.R ├── test_config_metadata_zenodo.R └── test_config_metadata_zenodo_with_options.R /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.Rprofile: -------------------------------------------------------------------------------- 1 | source("renv/activate.R") 2 | -------------------------------------------------------------------------------- /.github/workflows/r-cmd-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/.github/workflows/r-cmd-check.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | YEAR: 2018 2 | COPYRIGHT HOLDER: Emmanuel Blondel -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/NAMESPACE -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/NEWS.md -------------------------------------------------------------------------------- /R/closeWorkflow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/closeWorkflow.R -------------------------------------------------------------------------------- /R/debugWorkflow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/debugWorkflow.R -------------------------------------------------------------------------------- /R/executeWorkflow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/executeWorkflow.R -------------------------------------------------------------------------------- /R/executeWorkflowJob.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/executeWorkflowJob.R -------------------------------------------------------------------------------- /R/geoflow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow.R -------------------------------------------------------------------------------- /R/geoflow_action.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_action.R -------------------------------------------------------------------------------- /R/geoflow_contact.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_contact.R -------------------------------------------------------------------------------- /R/geoflow_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_data.R -------------------------------------------------------------------------------- /R/geoflow_data_accessor.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_data_accessor.R -------------------------------------------------------------------------------- /R/geoflow_date.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_date.R -------------------------------------------------------------------------------- /R/geoflow_dictionary.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_dictionary.R -------------------------------------------------------------------------------- /R/geoflow_dimension.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_dimension.R -------------------------------------------------------------------------------- /R/geoflow_entity.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_entity.R -------------------------------------------------------------------------------- /R/geoflow_featuremember.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_featuremember.R -------------------------------------------------------------------------------- /R/geoflow_featuretype.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_featuretype.R -------------------------------------------------------------------------------- /R/geoflow_format.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_format.R -------------------------------------------------------------------------------- /R/geoflow_handler.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_handler.R -------------------------------------------------------------------------------- /R/geoflow_handler_contact.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_handler_contact.R -------------------------------------------------------------------------------- /R/geoflow_handler_dictionary.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_handler_dictionary.R -------------------------------------------------------------------------------- /R/geoflow_handler_entity.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_handler_entity.R -------------------------------------------------------------------------------- /R/geoflow_keyword.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_keyword.R -------------------------------------------------------------------------------- /R/geoflow_kvp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_kvp.R -------------------------------------------------------------------------------- /R/geoflow_logger.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_logger.R -------------------------------------------------------------------------------- /R/geoflow_process.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_process.R -------------------------------------------------------------------------------- /R/geoflow_profile.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_profile.R -------------------------------------------------------------------------------- /R/geoflow_provenance.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_provenance.R -------------------------------------------------------------------------------- /R/geoflow_register.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_register.R -------------------------------------------------------------------------------- /R/geoflow_relation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_relation.R -------------------------------------------------------------------------------- /R/geoflow_right.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_right.R -------------------------------------------------------------------------------- /R/geoflow_software.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_software.R -------------------------------------------------------------------------------- /R/geoflow_subject.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_subject.R -------------------------------------------------------------------------------- /R/geoflow_utils.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_utils.R -------------------------------------------------------------------------------- /R/geoflow_validator.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_validator.R -------------------------------------------------------------------------------- /R/geoflow_vocabulary.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/geoflow_vocabulary.R -------------------------------------------------------------------------------- /R/initWorkflow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/initWorkflow.R -------------------------------------------------------------------------------- /R/initWorkflowJob.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/initWorkflowJob.R -------------------------------------------------------------------------------- /R/loadMetadataHandler.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/loadMetadataHandler.R -------------------------------------------------------------------------------- /R/profile.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/profile.R -------------------------------------------------------------------------------- /R/writeWorkflowJobDataResource.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/R/writeWorkflowJobDataResource.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/README.md -------------------------------------------------------------------------------- /doc/Summary_metadata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/Summary_metadata.csv -------------------------------------------------------------------------------- /doc/diagrams/0_executeWorkflow.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/0_executeWorkflow.graphml -------------------------------------------------------------------------------- /doc/diagrams/0_executeWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/0_executeWorkflow.png -------------------------------------------------------------------------------- /doc/diagrams/1_executeWorkflow_steps.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/1_executeWorkflow_steps.graphml -------------------------------------------------------------------------------- /doc/diagrams/1_executeWorkflow_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/1_executeWorkflow_steps.png -------------------------------------------------------------------------------- /doc/diagrams/2_initWorkflowJob_steps.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/2_initWorkflowJob_steps.graphml -------------------------------------------------------------------------------- /doc/diagrams/2_initWorkflowJob_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/2_initWorkflowJob_steps.png -------------------------------------------------------------------------------- /doc/diagrams/3_initWorkflow_steps.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/3_initWorkflow_steps.graphml -------------------------------------------------------------------------------- /doc/diagrams/3_initWorkflow_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/3_initWorkflow_steps.png -------------------------------------------------------------------------------- /doc/diagrams/4_executeWorkflowJob_steps.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/4_executeWorkflowJob_steps.graphml -------------------------------------------------------------------------------- /doc/diagrams/4_executeWorkflowJob_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/4_executeWorkflowJob_steps.png -------------------------------------------------------------------------------- /doc/diagrams/4_executeWorkflowJob_steps_entity_workflow.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/4_executeWorkflowJob_steps_entity_workflow.graphml -------------------------------------------------------------------------------- /doc/diagrams/4_executeWorkflowJob_steps_entity_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/diagrams/4_executeWorkflowJob_steps_entity_workflow.png -------------------------------------------------------------------------------- /doc/documentation.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/documentation.Rmd -------------------------------------------------------------------------------- /doc/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/documentation.md -------------------------------------------------------------------------------- /doc/geoflow_metadata_question.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/geoflow_metadata_question.txt -------------------------------------------------------------------------------- /doc/list_accessors_handlers.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/list_accessors_handlers.Rmd -------------------------------------------------------------------------------- /doc/list_accessors_handlers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/list_accessors_handlers.md -------------------------------------------------------------------------------- /doc/list_action_software.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/list_action_software.Rmd -------------------------------------------------------------------------------- /doc/list_action_software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/list_action_software.md -------------------------------------------------------------------------------- /doc/metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/metadata.md -------------------------------------------------------------------------------- /doc/metadata_contacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/metadata_contacts.md -------------------------------------------------------------------------------- /doc/metadata_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/metadata_data.md -------------------------------------------------------------------------------- /doc/metadata_dictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/doc/metadata_dictionary.md -------------------------------------------------------------------------------- /geoflow.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/geoflow.Rproj -------------------------------------------------------------------------------- /inst/actions/atom4R_dataverse_deposit_record.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/atom4R_dataverse_deposit_record.R -------------------------------------------------------------------------------- /inst/actions/atom4R_dataverse_deposit_record.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/atom4R_dataverse_deposit_record.yml -------------------------------------------------------------------------------- /inst/actions/d4storagehub4R_upload_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/d4storagehub4R_upload_data.R -------------------------------------------------------------------------------- /inst/actions/d4storagehub4R_upload_data.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/d4storagehub4R_upload_data.yml -------------------------------------------------------------------------------- /inst/actions/dataone_upload_datapackage.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/dataone_upload_datapackage.R -------------------------------------------------------------------------------- /inst/actions/dataone_upload_datapackage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/dataone_upload_datapackage.yml -------------------------------------------------------------------------------- /inst/actions/eml_create_eml.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/eml_create_eml.R -------------------------------------------------------------------------------- /inst/actions/eml_create_eml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/eml_create_eml.yml -------------------------------------------------------------------------------- /inst/actions/geometa_create_iso_19110.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geometa_create_iso_19110.R -------------------------------------------------------------------------------- /inst/actions/geometa_create_iso_19110.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geometa_create_iso_19110.yml -------------------------------------------------------------------------------- /inst/actions/geometa_create_iso_19115.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geometa_create_iso_19115.R -------------------------------------------------------------------------------- /inst/actions/geometa_create_iso_19115.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geometa_create_iso_19115.yml -------------------------------------------------------------------------------- /inst/actions/geonapi_publish_iso_19139.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geonapi_publish_iso_19139.R -------------------------------------------------------------------------------- /inst/actions/geonapi_publish_iso_19139.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geonapi_publish_iso_19139.yml -------------------------------------------------------------------------------- /inst/actions/geonode4R_publish_ogc_services.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geonode4R_publish_ogc_services.R -------------------------------------------------------------------------------- /inst/actions/geonode4R_publish_ogc_services.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geonode4R_publish_ogc_services.yml -------------------------------------------------------------------------------- /inst/actions/geosapi_publish_ogc_services.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geosapi_publish_ogc_services.R -------------------------------------------------------------------------------- /inst/actions/geosapi_publish_ogc_services.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/geosapi_publish_ogc_services.yml -------------------------------------------------------------------------------- /inst/actions/metadataeditr_create_project.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/metadataeditr_create_project.R -------------------------------------------------------------------------------- /inst/actions/metadataeditr_create_project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/metadataeditr_create_project.yml -------------------------------------------------------------------------------- /inst/actions/ocs4R_upload_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/ocs4R_upload_data.R -------------------------------------------------------------------------------- /inst/actions/ocs4R_upload_data.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/ocs4R_upload_data.yml -------------------------------------------------------------------------------- /inst/actions/ows4R_publish_iso_19139.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/ows4R_publish_iso_19139.R -------------------------------------------------------------------------------- /inst/actions/ows4R_publish_iso_19139.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/ows4R_publish_iso_19139.yml -------------------------------------------------------------------------------- /inst/actions/rmarkdown_create_metadata.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/rmarkdown_create_metadata.R -------------------------------------------------------------------------------- /inst/actions/rmarkdown_create_metadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/rmarkdown_create_metadata.yml -------------------------------------------------------------------------------- /inst/actions/sf_write_dbi.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/sf_write_dbi.R -------------------------------------------------------------------------------- /inst/actions/sf_write_dbi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/sf_write_dbi.yml -------------------------------------------------------------------------------- /inst/actions/sf_write_generic.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/sf_write_generic.R -------------------------------------------------------------------------------- /inst/actions/sf_write_generic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/sf_write_generic.yml -------------------------------------------------------------------------------- /inst/actions/sf_write_shp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/sf_write_shp.R -------------------------------------------------------------------------------- /inst/actions/sf_write_shp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/sf_write_shp.yml -------------------------------------------------------------------------------- /inst/actions/zen4R_deposit_record.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/zen4R_deposit_record.R -------------------------------------------------------------------------------- /inst/actions/zen4R_deposit_record.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/actions/zen4R_deposit_record.yml -------------------------------------------------------------------------------- /inst/extdata/markdown/generic.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/markdown/generic.Rmd -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_csw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_csw.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_dataverse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_dataverse.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_dbi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_dbi.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_cloud_upload.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_cloud_upload.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_eml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_eml.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_iso19115.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_iso19115.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_iso19115.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_iso19115.yml -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_iso19115_geonetwork.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_iso19115_geonetwork.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_iso19115_geonetwork_datacite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_iso19115_geonetwork_datacite.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_iso19115_inspire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_iso19115_inspire.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_iso19115_inspire_geonetwork.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_iso19115_inspire_geonetwork.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_iso19115_inspire_geonetwork_with_uuid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_iso19115_inspire_geonetwork_with_uuid.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_sdi_geonode_shp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_sdi_geonode_shp.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_sdi_geoserver_geotiff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_sdi_geoserver_geotiff.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_sdi_geoserver_geotiff_directory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_sdi_geoserver_geotiff_directory.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_sdi_geoserver_geotiff_view.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_sdi_geoserver_geotiff_view.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_sdi_geoserver_shp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_sdi_geoserver_shp.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_sdi_postgis_dbi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_sdi_postgis_dbi.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_zenodo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_zenodo.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_zenodo_clean_options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_zenodo_clean_options.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_gsheets_zenodo_full.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_gsheets_zenodo_full.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_ncml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_ncml.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_ocs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_ocs.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_thredds_noaa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_thredds_noaa.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_zenodo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_zenodo.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadata_zenodo_with_options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadata_zenodo_with_options.json -------------------------------------------------------------------------------- /inst/extdata/workflows/config_metadataeditr_from_csw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/config_metadataeditr_from_csw.json -------------------------------------------------------------------------------- /inst/extdata/workflows/workflows.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/extdata/workflows/workflows.csv -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_csv.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_csv.R -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_csv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_csv.yml -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_dbi.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_dbi.R -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_dbi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_dbi.yml -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_df.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_df.R -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_excel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_excel.R -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_excel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_excel.yml -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_gsheet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_gsheet.R -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_gsheet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_gsheet.yml -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_ocs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_ocs.R -------------------------------------------------------------------------------- /inst/metadata/contact/contact_handler_ocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/contact/contact_handler_ocs.yml -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_csv.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_csv.R -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_csv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_csv.yml -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_dbi.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_dbi.R -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_dbi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_dbi.yml -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_df.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_df.R -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_excel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_excel.R -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_excel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_excel.yml -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_gsheet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_gsheet.R -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_gsheet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_gsheet.yml -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_ocs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_ocs.R -------------------------------------------------------------------------------- /inst/metadata/dictionary/dictionary_handler_ocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/dictionary/dictionary_handler_ocs.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_csv.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_csv.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_csv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_csv.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dataverse.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dataverse.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dataverse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dataverse.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi_csv.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi_csv.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi_csv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi_csv.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi_df.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi_df.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi_excel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi_excel.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi_excel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi_excel.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi_geometry_columns.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi_geometry_columns.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi_gsheet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi_gsheet.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_dbi_gsheet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_dbi_gsheet.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_df.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_df.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_excel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_excel.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_excel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_excel.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_gsheet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_gsheet.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_gsheet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_gsheet.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_ncdf.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_ncdf.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_ncdf.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_ncdf.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_ncml.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_ncml.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_ncml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_ncml.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_ocs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_ocs.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_ocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_ocs.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_ogc_csw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_ogc_csw.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_ogc_csw.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_ogc_csw.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds_csv.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds_csv.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds_csv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds_csv.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds_df.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds_df.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds_excel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds_excel.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds_excel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds_excel.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds_gsheet.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds_gsheet.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_thredds_gsheet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_thredds_gsheet.yml -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_zenodo.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_zenodo.R -------------------------------------------------------------------------------- /inst/metadata/entity/entity_handler_zenodo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/entity/entity_handler_zenodo.yml -------------------------------------------------------------------------------- /inst/metadata/entity/mapping/from_19115.R: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inst/metadata/entity/mapping/to_eml.R: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inst/metadata/i18n.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/inst/metadata/i18n.json -------------------------------------------------------------------------------- /man/add_config_logger.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/add_config_logger.Rd -------------------------------------------------------------------------------- /man/build_hierarchical_list.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/build_hierarchical_list.Rd -------------------------------------------------------------------------------- /man/check_packages.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/check_packages.Rd -------------------------------------------------------------------------------- /man/closeWorkflow.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/closeWorkflow.Rd -------------------------------------------------------------------------------- /man/create_geoflow_data_from_dbi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/create_geoflow_data_from_dbi.Rd -------------------------------------------------------------------------------- /man/create_object_identification_id.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/create_object_identification_id.Rd -------------------------------------------------------------------------------- /man/debugWorkflow.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/debugWorkflow.Rd -------------------------------------------------------------------------------- /man/describeOGCRelation.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/describeOGCRelation.Rd -------------------------------------------------------------------------------- /man/enrich_text_from_entity.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/enrich_text_from_entity.Rd -------------------------------------------------------------------------------- /man/executeWorkflow.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/executeWorkflow.Rd -------------------------------------------------------------------------------- /man/executeWorkflowJob.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/executeWorkflowJob.Rd -------------------------------------------------------------------------------- /man/extract_cell_components.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/extract_cell_components.Rd -------------------------------------------------------------------------------- /man/extract_kvp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/extract_kvp.Rd -------------------------------------------------------------------------------- /man/extract_kvps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/extract_kvps.Rd -------------------------------------------------------------------------------- /man/fetch_layer_styles_from_dbi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/fetch_layer_styles_from_dbi.Rd -------------------------------------------------------------------------------- /man/filter_sf_by_cqlfilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/filter_sf_by_cqlfilter.Rd -------------------------------------------------------------------------------- /man/geoflow.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow.Rd -------------------------------------------------------------------------------- /man/geoflowLogger.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflowLogger.Rd -------------------------------------------------------------------------------- /man/geoflow_action.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_action.Rd -------------------------------------------------------------------------------- /man/geoflow_contact.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_contact.Rd -------------------------------------------------------------------------------- /man/geoflow_data.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_data.Rd -------------------------------------------------------------------------------- /man/geoflow_data_accessor.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_data_accessor.Rd -------------------------------------------------------------------------------- /man/geoflow_date.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_date.Rd -------------------------------------------------------------------------------- /man/geoflow_dictionary.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_dictionary.Rd -------------------------------------------------------------------------------- /man/geoflow_dimension.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_dimension.Rd -------------------------------------------------------------------------------- /man/geoflow_entity.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_entity.Rd -------------------------------------------------------------------------------- /man/geoflow_featuremember.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_featuremember.Rd -------------------------------------------------------------------------------- /man/geoflow_featuretype.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_featuretype.Rd -------------------------------------------------------------------------------- /man/geoflow_format.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_format.Rd -------------------------------------------------------------------------------- /man/geoflow_handler.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_handler.Rd -------------------------------------------------------------------------------- /man/geoflow_keyword.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_keyword.Rd -------------------------------------------------------------------------------- /man/geoflow_kvp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_kvp.Rd -------------------------------------------------------------------------------- /man/geoflow_process.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_process.Rd -------------------------------------------------------------------------------- /man/geoflow_profile.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_profile.Rd -------------------------------------------------------------------------------- /man/geoflow_provenance.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_provenance.Rd -------------------------------------------------------------------------------- /man/geoflow_register.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_register.Rd -------------------------------------------------------------------------------- /man/geoflow_relation.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_relation.Rd -------------------------------------------------------------------------------- /man/geoflow_right.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_right.Rd -------------------------------------------------------------------------------- /man/geoflow_skos_vocabulary.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_skos_vocabulary.Rd -------------------------------------------------------------------------------- /man/geoflow_software.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_software.Rd -------------------------------------------------------------------------------- /man/geoflow_subject.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_subject.Rd -------------------------------------------------------------------------------- /man/geoflow_validator.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_cell.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_cell.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_contact_Identifier.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_contact_Identifier.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_contacts.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_contacts.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entities.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entities.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Creator.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Creator.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Data.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Data.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Date.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Date.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Description.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Description.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Format.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Format.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Identifier.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Identifier.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Language.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Language.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Provenance.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Provenance.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Relation.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Relation.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Rights.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Rights.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_SpatialCoverage.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_SpatialCoverage.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Subject.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Subject.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_TemporalCoverage.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_TemporalCoverage.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Title.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Title.Rd -------------------------------------------------------------------------------- /man/geoflow_validator_entity_Type.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_validator_entity_Type.Rd -------------------------------------------------------------------------------- /man/geoflow_vocabulary.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/geoflow_vocabulary.Rd -------------------------------------------------------------------------------- /man/getDBTableColumnComment.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/getDBTableColumnComment.Rd -------------------------------------------------------------------------------- /man/getDBTableComment.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/getDBTableComment.Rd -------------------------------------------------------------------------------- /man/get_absolute_path.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/get_absolute_path.Rd -------------------------------------------------------------------------------- /man/get_config_resource_path.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/get_config_resource_path.Rd -------------------------------------------------------------------------------- /man/get_epsg_code.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/get_epsg_code.Rd -------------------------------------------------------------------------------- /man/get_line_separator.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/get_line_separator.Rd -------------------------------------------------------------------------------- /man/get_locales_from.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/get_locales_from.Rd -------------------------------------------------------------------------------- /man/get_union_bbox.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/get_union_bbox.Rd -------------------------------------------------------------------------------- /man/initWorkflow.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/initWorkflow.Rd -------------------------------------------------------------------------------- /man/initWorkflowJob.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/initWorkflowJob.Rd -------------------------------------------------------------------------------- /man/is_absolute_path.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/is_absolute_path.Rd -------------------------------------------------------------------------------- /man/list_action_options.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_action_options.Rd -------------------------------------------------------------------------------- /man/list_actions.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_actions.Rd -------------------------------------------------------------------------------- /man/list_contact_handler_options.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_contact_handler_options.Rd -------------------------------------------------------------------------------- /man/list_contact_handlers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_contact_handlers.Rd -------------------------------------------------------------------------------- /man/list_data_accessors.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_data_accessors.Rd -------------------------------------------------------------------------------- /man/list_dictionary_handler_options.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_dictionary_handler_options.Rd -------------------------------------------------------------------------------- /man/list_dictionary_handlers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_dictionary_handlers.Rd -------------------------------------------------------------------------------- /man/list_entity_handler_options.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_entity_handler_options.Rd -------------------------------------------------------------------------------- /man/list_entity_handlers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_entity_handlers.Rd -------------------------------------------------------------------------------- /man/list_registers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_registers.Rd -------------------------------------------------------------------------------- /man/list_software.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_software.Rd -------------------------------------------------------------------------------- /man/list_software_parameters.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_software_parameters.Rd -------------------------------------------------------------------------------- /man/list_software_properties.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_software_properties.Rd -------------------------------------------------------------------------------- /man/list_vocabularies.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/list_vocabularies.Rd -------------------------------------------------------------------------------- /man/loadMetadataHandler.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/loadMetadataHandler.Rd -------------------------------------------------------------------------------- /man/load_workflow_environment.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/load_workflow_environment.Rd -------------------------------------------------------------------------------- /man/posix_to_str.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/posix_to_str.Rd -------------------------------------------------------------------------------- /man/precompute_relationships.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/precompute_relationships.Rd -------------------------------------------------------------------------------- /man/register_actions.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/register_actions.Rd -------------------------------------------------------------------------------- /man/register_contact_handlers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/register_contact_handlers.Rd -------------------------------------------------------------------------------- /man/register_data_accessors.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/register_data_accessors.Rd -------------------------------------------------------------------------------- /man/register_dictionary_handlers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/register_dictionary_handlers.Rd -------------------------------------------------------------------------------- /man/register_entity_handlers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/register_entity_handlers.Rd -------------------------------------------------------------------------------- /man/register_registers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/register_registers.Rd -------------------------------------------------------------------------------- /man/register_software.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/register_software.Rd -------------------------------------------------------------------------------- /man/register_vocabularies.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/register_vocabularies.Rd -------------------------------------------------------------------------------- /man/sanitize_date.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/sanitize_date.Rd -------------------------------------------------------------------------------- /man/sanitize_str.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/sanitize_str.Rd -------------------------------------------------------------------------------- /man/set_i18n.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/set_i18n.Rd -------------------------------------------------------------------------------- /man/set_line_separator.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/set_line_separator.Rd -------------------------------------------------------------------------------- /man/set_locales_to.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/set_locales_to.Rd -------------------------------------------------------------------------------- /man/str_to_posix.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/str_to_posix.Rd -------------------------------------------------------------------------------- /man/unload_workflow_environment.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/unload_workflow_environment.Rd -------------------------------------------------------------------------------- /man/writeWorkflowJobDataResource.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/man/writeWorkflowJobDataResource.Rd -------------------------------------------------------------------------------- /renv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/renv.lock -------------------------------------------------------------------------------- /renv/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/renv/.gitignore -------------------------------------------------------------------------------- /renv/activate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/renv/activate.R -------------------------------------------------------------------------------- /tests/resources/pycsw/database/cite.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/resources/pycsw/database/cite.db -------------------------------------------------------------------------------- /tests/resources/pycsw/pycsw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/resources/pycsw/pycsw.cfg -------------------------------------------------------------------------------- /tests/test-all.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/test-all.R -------------------------------------------------------------------------------- /tests/testthat/test_config.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_csw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_csw.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_dataverse.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_dataverse.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_eml.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_eml.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_iso19115.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_iso19115.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_iso19115_inspire.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_iso19115_inspire.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_iso19115_inspire_geonetwork.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_iso19115_inspire_geonetwork.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_iso19115_inspire_geonetwork_with_uuid.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_iso19115_inspire_geonetwork_with_uuid.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_sdi_geonode_shp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_sdi_geonode_shp.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_sdi_geoserver_geotiff.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_sdi_geoserver_geotiff.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_sdi_geoserver_geotiff_view.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_sdi_geoserver_geotiff_view.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_sdi_geoserver_shp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_sdi_geoserver_shp.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_zenodo.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_zenodo.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_gsheets_zenodo_full.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_gsheets_zenodo_full.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_ncml.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_ncml.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_thredds_noaa.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_thredds_noaa.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_zenodo.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_zenodo.R -------------------------------------------------------------------------------- /tests/testthat/test_config_metadata_zenodo_with_options.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r-geoflow/geoflow/HEAD/tests/testthat/test_config_metadata_zenodo_with_options.R --------------------------------------------------------------------------------