nialov / multi-scale-fracture-networks-aland-islands-2022

0 stars 1 forks source link

How to replace new data #1

Open Thomesss opened 4 months ago

Thomesss commented 4 months ago

I want to replace the file data of area. geojson and _traces.geojson, but I don't know how to find these data, or I have. geojson data, but it's different from your traces data. What should I do?

nialov commented 4 months ago

The trace and area data within this repo are located in data/trace_data/ directory (https://github.com/nialov/multi-scale-fracture-networks-aland-islands-2022/tree/master/data/trace_data).

However, if your intent is to run the same analysis for your own data as done here for mine, I recommend starting with inputting the data into fractopo and following the documentation provided with it (https://github.com/nialov/fractopo). This repository is meant to reproduce the results of the article, I did not plan for replacement of the data, which is of course possible but I could not say what all configuration you need to change. If you use the same filenames and just replace the data in data/trace_data/ directory I believe the analysis should run correctly but no guarantees!

Thomesss commented 3 months ago

企业微信截图_17180833388462 I tried using data with the same file name, but the advanced topology diagram below still doesn't display,it keeps showing that it is loading. Do you have any solutions? Below is the code for that topology diagram. Also, is it possible to change the gradient color in this advanced topology diagram, or can it be replaced with a few fixed color blocks?Can you teach me how to change the code? "assert hasattr(kb11_network, "contour_grid") and hasattr(kb11_network, "plot_contour") sampled_grid = kb11_network.contour_grid( cell_width=0.75, ) kb11_network.plot_contour(parameter="Fracture Intensity P21", sampled_grid=sampled_grid) kb11_network.plot_contour(parameter="Connections per Branch ", sampled_grid=sampled_grid)"