-
Notifications
You must be signed in to change notification settings - Fork 50
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
I've successfully tested your software without error, but there are two problems that can't be solved in the process of using it. #9
Comments
Hi! regarding the first question: There has been some change in matplotlib or basemap with the default z-order (i.e. what get's drawn on top of what). Please play around a bit with the Line 508 in ca5535f
The argument here has no Your second question seems to a be a general python/numpy question. The first argument in Cheers! |
FYI there is newer C based SES3D version but the inputs and outputs are almost identical: http://www.cos.ethz.ch/software/production/ses3d.html Where does the model update script come from? If it is part of SES3D then it operates on the blockfiles so you'd first have to convert the |
The ses3d-master comes from https://github.com/echolite/ses3d. |
Yea okay - this script takes files in the blockfile format. These files here can convert form the binary files to the blockfile format: https://github.com/echolite/ses3d/tree/master/TOOLS/SOURCE Yes - this is the link to the github repository, but the link I sent still contains a more recent version that has been rewritten in C. To my knowledge there is no repository for this code. |
Okay, I'll try it first according to the method you provided. |
Respected Lion Krischer:
When I execute
py.test
,I got the same result as you(), indicating that my LASIF program was installed correctly.The First Question:When i using
lasif launch_model_gui
, the images I get from your tutorial can only show part of the images.In the physical domain, data information is displayed only in the Mediterranean Sea, but not on European land. Why?The Last Question:When I use the script that you update the model, although I adjust the script according to my own file, there is a problem that can not run. How can I solve it?
If you can get your help, we would be very grateful!!!
The text was updated successfully, but these errors were encountered: