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

Register package #38

Open
rkoireng opened this issue Sep 4, 2023 · 2 comments
Open

Register package #38

rkoireng opened this issue Sep 4, 2023 · 2 comments

Comments

@rkoireng
Copy link

rkoireng commented Sep 4, 2023

Hi ,

I am using Pluto notebook and I am not able to load the Seis package directly. It seems that Seis is not yet in the Julia registry. Can you please resolved this ? It would be great if Seis can be easily imported, especially for Pluto notebook users.

Thanks a lot.

@anowacki
Copy link
Owner

anowacki commented Sep 4, 2023

Hi @rkoireng. I'm glad to hear you are finding Seis.jl useful and I understand that it would be useful to have it in the registry. I am currently in the process of deciding whether this is appropriate, because of potential naming confusion between this and other packages which use the 'Seis' prefix but different underlying code, such as SeisIO, SeisNoise, and the SeismicJulia packages SeisMain, etc. Once that is resolved, the new version of 'Seis.jl' will be released under a different name and added to the registry.

At that point you would be able to update your code to use the package (with imaginary name NewSeisPackage) like so:

import NewSeisPackage as Seis

Seis.read_sac("*.sac", ".")
# ...

I will leave this open for now. I would welcome any feedback you have on whether or not you find it confusing that there are several fundamentally different seismic packages whose names start with 'Seis' which are incompatible.

@rkoireng
Copy link
Author

rkoireng commented Sep 5, 2023 via email

@anowacki anowacki changed the title Seis Not found in Julia registry. Register package Jul 8, 2024
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

2 participants