return_header=True
that returns would append a dictionary of the full header to the output.
read_icgem_gfc()
function. Let me know if you have any comments.
SHCoeffs
class instance. This makes extensive use of pooch (Thanks @leouieda for all the help!), and I have included almost all the research grade topography, gravity, and magnetic field models that you would probably ever want.Mark Wieczorek
SHTOOLS/pyshtools v4.7 is released!Mark Wieczorek
As for the builds: We have windows and macOS binaries on pypi. The linux builds are failing, but this is an upstream issue with multibuild that is currently being addressed. We also have mac
Mark Wieczorek
macos and linux conda builds on conda-forge. As far as I know, there isn't a conda-forge build for windows, so if anyone has any ideas on how to do this, let me know and I'll look into it.
Mark Wieczorek
Finally, this is just an announcement to let everyone know that the shtools forum is hosted on Element (i.e., via Matrix). Element/Matrix is really cool as you can easily set up Slack/gitter bridges and centralize everything in one app. You can join the shtools room on Matrix here:
Mark Wieczorek
https://shtools.github.io/SHTOOLS/python-examples.html
Mark Wieczorek
And lastly..., I am currently working on getting the fortran SHTOOLS library onto macports and homebrew-core. If anyone wants to help with porting this to apt-get and conda, I could use some help!
Mark Wieczorek
I'm hoping that it will be in homebrew-core as well in the next couple days.
Mark Wieczorek
If anyone has any experience with submitting projects to apt-get, let me know! I'd like to get this on a linux package manager, but I'm mostly a mac person...
Mark Wieczorek
* SHTOOLS is now also part of homebrew-core! If you have been using brew, you will need to uninstall and untap from the old repository before reinstalling:brew uninstall
brew untap shtools/shtools
brew install shtools
Mark Wieczorek
* SHTOOLS is now also part of homebrew-core! If you have been using brew, you will need to uninstall and untap from the old repository before reinstalling:brew uninstall shtools
brew untap shtools/shtools
brew install shtools
-m64
compiler option. I remember adding this 10+ years ago when people were transitions from 32 to 64 bit machines. Would it cause any problems if I simply removed this now? My understanding that this is the default of 64 bit machines.