GispoCoding / eis_toolkit

Python library for mineral prospectivity mapping
https://eis-he.eu/
European Union Public License 1.2
18 stars 7 forks source link

Data for workflow_demonstration #304

Open posahok opened 7 months ago

posahok commented 7 months ago

Sorry for silly question, but where can I find data for this workflow?

Filepaths

AEM_inphase_fp = "../tests/data/local/workflow_demo/IOCG_AEMInph.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" structures_fp = "../tests/data/local/workflow_demo/Geological_Data/IOCG_CLB_Structures_1M.shp" lithology_fp = "../tests/data/local/workflow_demo/Geological_Data/IOCG_CLB_Lith_Asstn_1M.shp" known_occurances_fp = "../tests/data/local/workflow_demo/Deposits_Occurrences/IOCG_Deps_Prosp_Occs.shp"

I haven't this files in my cloned repo. In fact, /tests/data/local don't contain any file, just subdirectories. Thanks for reply!

nmaarnio commented 7 months ago

We haven't put these datasets in GitHub so far since they take quite a lot of space. The local folder has been used for data that does not go to GitHub. It's true that the workflow_demonstration is not that useful currently, since you cannot directly run it yourself... We'll try to create another, updated workflow demo notebook in the near future that would use smaller datasets that are in GitHub!

RichardScottOZ commented 5 months ago

Or you could have that dataset hosted somewhere and have a function via something like pooch that pulls it as necessary?