Alexander Prostak
Alexander Prostak
Sorry for silly question, but where can I find data for this workflow? # Filepaths AEM_inphase_fp = "../tests/data/local/workflow_demo/IOCG_AEM_Inph_.tif" AEM_quad_fp = "../tests/data/local/workflow_demo/IOCG_AEM_Quad.tif" AEM_ratio_fp = "../tests/data/local/workflow_demo/IOCG_EM_ratio.tif" Magn_AS_fp = "../tests/data/local/workflow_demo/Mag_DGRF_AS_FFT_ers_PCS_tif_clip.tif" till_geochem_fp = "../tests/data/local/workflow_demo/Geochemical_Data/Vector_files/IOCG_CLB_Till_Geochem_reg_511p.shp"...
Hello. I was wondering if it is possible to use the await operator in `[JsonRpcMethod]` methods? Inside the `[JsonRpcMethod]` I would like to call asynchronous methods and return `Task` from...