pyasdf is a Python API to read and write seismological ASDF files
pyasdf is an API to read and write Adaptable Seismic Data Format (ASDF) files, a format based on HDF5. The packages utilizes the data structures of ObsPy to allow the construction of modern and efficient workflows.
pyasdf is an API to read and write Adaptable Seismic Data Format (ASDF) files, a format based on HDF5. The packages utilizes the data structures of ObsPy to allow the construction of modern and efficient workflows.
To install py310-pyasdf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-pyasdf
To see what files were installed by py310-pyasdf, run:
port contents py310-pyasdf
To later upgrade py310-pyasdf, run:
sudo port selfupdate && sudo port upgrade py310-pyasdf
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.