{ "@context": [ "https://w3id.org/ro/crate/1.1/context", { "@base": null } ], "@graph": [ { "@id": "ro-crate-metadata.json", "@type": "CreativeWork", "conformsTo": { "@id": "https://w3id.org/ro/crate/1.1" }, "about": { "@id": "./" } }, { "@id": "./", "@type": [ "Dataset", "SoftwareSourceCode", "ComputationalWorkflow", "SoftwareApplication" ], "name": "A Galaxy tool for running an interpolation using Inverse Distance Weighting", "hasPart": [ { "@id": "#run_idw_interpolation.R" }, { "@id": "run_idw_interpolation.xml" }, { "@id": ".shed.yml" }, { "@id": "test-data/" }, { "@id": "test-data/run_idw_interpolation_test_input1.csv" }, { "@id": "test-data/run_idw_interpolation_test_input2.geojson" }, { "@id": "test-data/run_idw_interpolation_test_output.png" }, { "@id": "run_idw_interpolation.R" } ], "description": "The Galaxy tool takes a number of optional and required parameters as specified in the XML file, such as input files and IDW power.", "dateCreated": "2024-01-09T23:00:00.000Z", "author": { "@id": "https://orcid.org/0000-0002-8367-6908" }, "programmingLanguage": [ "R", "XML" ], "version": "1.0", "ComputationalWorkflow#input": [ { "@id": "#input1" }, { "@id": "#input2" } ], "ComputationalWorkflow#output": { "@id": "#output" }, "identifier": { "@id": "https://doi.org/10.5281/zenodo.10477880" }, "codeRepository": { "@id": "https://github.com/AquaINFRA/tools-ecology/tree/AquaINFRA-run_idw_tool" }, "distribution": { "@id": "https://zenodo.org/api/records/10477880/files-archive" }, "funding": { "@id": "#EuropeanCommission" }, "keywords": [ "aquainfra", "open science", "reproducibility", "inverse distance weighting", "gstat", "FAIR" ], "softwareRequirements": [ "R", "Galaxy" ], "datePublished": "2024-01-09T23:00:00.000Z", "license": { "@id": "https://www.apache.org/licenses/LICENSE-2.0" } }, { "@id": "#run_idw_interpolation.R", "@type": [ "File", "SoftwareSourceCode" ], "name": "run_idw_interpolation.R", "contentSize": "3.296875", "encodingFormat": [ "", "text/plain" ], "@reverse": { "hasPart": { "@id": "./" } }, "runtime": [ "R-4.3.2", { "@id": "https://anaconda.org/conda-forge/r-getopt" }, { "@id": "https://anaconda.org/conda-forge/r-tmap" }, { "@id": "https://anaconda.org/conda-forge/r-raster" }, { "@id": "https://anaconda.org/conda-forge/r-gstat" } ] }, { "@id": "run_idw_interpolation.xml", "@type": [ "File" ], "name": "run_idw_interpolation.xml", "contentSize": 5.8349609375, "sha256": "6df788296726544cf4e4d3ae5939a355f9ef17f172e31f02202ad6050cb7c4a6", "@reverse": { "hasPart": { "@id": "./" } } }, { "@id": ".shed.yml", "@type": [ "File", "Dataset" ], "name": ".shed.yml", "contentSize": 0.5302734375, "sha256": "df08d21d0c563cca40a318c49f4310186bbc5fc2c21170d49f39f05371767fc0", "@reverse": { "hasPart": { "@id": "./" } }, "fileFormat": "application/yaml" }, { "@id": "test-data/", "@type": [ "Dataset" ], "name": "test-data/", "@reverse": { "hasPart": { "@id": "./" } }, "description": "The folder contains all input and output data for the test." }, { "@id": "test-data/run_idw_interpolation_test_input1.csv", "@type": [ "File", "Dataset" ], "name": "test-data/run_idw_interpolation_test_input1.csv", "contentSize": 0.966796875, "encodingFormat": "text/csv", "sha256": "9b682a13d56dc03da59f69e68afed4fbf32cd273976ac76c5c65e501a0ff29de", "@reverse": { "hasPart": { "@id": "./" } } }, { "@id": "test-data/run_idw_interpolation_test_input2.geojson", "@type": [ "File", "Dataset" ], "name": "test-data/run_idw_interpolation_test_input2.geojson", "contentSize": 19.5439453125, "encodingFormat": "application/geo+json", "sha256": "408b8e8db789d29b358979c7b85a54bfb16032730dbf416d57cbcf7afb5849be", "@reverse": { "hasPart": { "@id": "./" } } }, { "@id": "test-data/run_idw_interpolation_test_output.png", "@type": [ "File", "ImageObject" ], "name": "test-data/run_idw_interpolation_test_output.png", "contentSize": 10.091796875, "encodingFormat": "image/png", "sha256": "140878eac1da1057e4587e521543ec7bc95954ad279552ea82a87d1fcd719971", "@reverse": { "hasPart": { "@id": "./" } } }, { "@id": "https://orcid.org/0000-0002-8367-6908", "@type": [ "Person", "Researcher" ], "name": "Markus Konkol", "affiliation": [ { "@id": "https://ror.org/000tetj79" }, { "@id": "https://ror.org/01nftxb06" } ], "@reverse": { "author": { "@id": "./" } } }, { "@id": "https://ror.org/000tetj79", "@type": [ "Organization", "Corporation" ], "name": "52°North - Initiative for Geospatial Open Source Software", "@reverse": { "affiliation": { "@id": "https://orcid.org/0000-0002-8367-6908" } } }, { "@id": "https://ror.org/01nftxb06", "@type": [ "Organization", "ResearchOrganization" ], "name": "Leibniz Institute of Freshwater Ecology and Inland Fisheries", "@reverse": { "affiliation": { "@id": "https://orcid.org/0000-0002-8367-6908" } } }, { "@id": "#input1", "@type": [ "FormalParameter", "Dataset" ], "name": "input1", "fileFormat": "text/csv", "@reverse": { "ComputationalWorkflow#input": { "@id": "./" } } }, { "@id": "#input2", "@type": [ "FormalParameter", "Dataset" ], "name": "input2", "fileFormat": "application/geo+json", "@reverse": { "ComputationalWorkflow#input": { "@id": "./" } } }, { "@id": "#output", "@type": [ "FormalParameter", "ImageObject" ], "name": "output", "fileFormat": "image/png", "@reverse": { "ComputationalWorkflow#output": { "@id": "./" } } }, { "@id": "https://doi.org/10.5281/zenodo.10477880", "@type": [ "URL" ], "name": "https://doi.org/10.5281/zenodo.10477880", "@reverse": { "identifier": { "@id": "./" } } }, { "@id": "https://github.com/AquaINFRA/tools-ecology/tree/AquaINFRA-run_idw_tool", "@type": [ "URL" ], "name": "https://github.com/AquaINFRA/tools-ecology/tree/AquaINFRA-run_idw_tool", "@reverse": { "codeRepository": { "@id": "./" } } }, { "@id": "https://zenodo.org/api/records/10477880/files-archive", "@type": [ "DataDownload" ], "name": "https://zenodo.org/api/records/10477880/files-archive", "@reverse": { "distribution": { "@id": "./" } } }, { "@id": "#EuropeanCommission", "@type": [ "Grant" ], "name": "European Commission", "description": "This project has received funding from the European Commission’s Horizon Europe Research and Innovation programme under grant agreement No 101094434.", "@reverse": { "funding": { "@id": "./" } } }, { "@id": "https://anaconda.org/conda-forge/r-getopt", "@type": [ "URL", "SoftwareSourceCode" ], "name": "https://anaconda.org/conda-forge/r-getopt", "version": "1.20.4", "@reverse": { "runtime": { "@id": "#run_idw_interpolation.R" } } }, { "@id": "https://anaconda.org/conda-forge/r-tmap", "@type": [ "URL", "SoftwareSourceCode" ], "name": "https://anaconda.org/conda-forge/r-tmap", "version": "3.3_4", "@reverse": { "runtime": { "@id": "#run_idw_interpolation.R" } } }, { "@id": "https://anaconda.org/conda-forge/r-raster", "@type": [ "URL", "SoftwareSourceCode" ], "name": "https://anaconda.org/conda-forge/r-raster", "@reverse": { "runtime": { "@id": "#run_idw_interpolation.R" } }, "version": "3.6_26" }, { "@id": "https://anaconda.org/conda-forge/r-gstat", "@type": [ "URL", "SoftwareSourceCode" ], "name": "https://anaconda.org/conda-forge/r-gstat", "@reverse": { "runtime": { "@id": "#run_idw_interpolation.R" } }, "version": "2.1_1" }, { "@id": "run_idw_interpolation.R", "@type": [ "File" ], "name": "run_idw_interpolation.R", "contentSize": 3.296875, "sha256": "8a320eb50e80ef7858df7d366aec956d3a4cd5d7d1f755fdcd37a26a1c1c92a0", "@reverse": { "hasPart": { "@id": "./" } } }, { "@id": "https://www.apache.org/licenses/LICENSE-2.0", "@type": [ "URL" ], "name": "https://www.apache.org/licenses/LICENSE-2.0", "@reverse": { "license": { "@id": "./" } } } ] }