Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gempy to load csv data #393

Open
66mengyu opened this issue Aug 15, 2023 · 0 comments
Open

gempy to load csv data #393

66mengyu opened this issue Aug 15, 2023 · 0 comments

Comments

@66mengyu
Copy link

when I use the gempy to load the data,the data files and code file in the one ,but all the time happen the following errors.
code:geo_data = gp.create_data(extent = [0,1000,0,1000,0,1000],
resolution = [50, 50, 50],
path_o = 'model1_orientations.csv',
path_i = 'model1_surface_points.csv')
errors:
File "D:\anaconda\install\lib\site-packages\pandas\io\common.py", line 707, in get_handle
newline="",

FileNotFoundError: [Errno 2] No such file or directory: 'model1_surface_points.csv'
why?please help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant