-
Notifications
You must be signed in to change notification settings - Fork 5
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
Data retrieval from the FRBSTATS Catalogue #11
Comments
Thanks for raising this! I'm going to throw this over the fence towards @loostrum. For him: you might want to read the README of the FRBSTATS page, which explains in slightly more detail the difference between TNS & FRBSTATS. |
It would definitely be nice to support FRBSTATS in
|
@davidgardenier, @loostrum and @0xCoto: I am willing to work on FRBSTATS support for |
While I wish everyone would use the most up-to-date python version, I know I lot of people who are stuck on 3.4 for reasons outside of their control. I think it's safe to skip support for Python 2, it shouldn't be too much effort to support all Python 3 versions. The only real difference I've found in support are f-strings (only supported in Python >= 3.6). Best of luck with the PR! |
@davidgardenier I will keep all that in mind and will let you and @loostrum know when I have something that works 👍🏾 ! |
The FRBSTATS Catalogue is the most accurate and complete catalogue of fast radio bursts published to date, and it is continuously maintained. It would be nice to see the
frbcat
package support the quick retrieval of data from the FRBSTATS Catalogue as well.The database can be downloaded as a CSV or JSON-formatted file (whichever is more convenient to handle).
The text was updated successfully, but these errors were encountered: