PySolid icon indicating copy to clipboard operation
PySolid copied to clipboard

A Python wrapper for solid Earth tides

Results 9 PySolid issues
Sort by recently updated
recently updated
newest added

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.17.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.17.0 🌟 Adds the ability to inherit configuration in TOML overrides. This makes certain configurations much simpler. If...

dependencies

PySolid currently does not support Python 3.12+ because it relies on `numpy.distutils` to build the compiled Fortran extension. `numpy.distutils` has been removed for Python 3.12+ builds of numpy: https://numpy.org/devdocs/reference/distutils_status_migration.html#distutils-status-migration Reccomendations...

bug
pull-request-welcome

forwarded from Paul Rosen (on trying to install it on an M2 machine): > F2py appears to be skipping code in solid.fort that is not supported, in my case an...

I agree with you, that's the timing difference along the orbit! If it's not accounted for, this timing variation will introduce a small ramp along the azimuth direction for a...

enhancement
pull-request-welcome

When using `calc_solid_earth_tides_grid` through [MintPy](https://github.com/insarlab/MintPy/blob/7704c34797a5db62d2521e84010561ac8cbf94f2/src/mintpy/solid_earth_tides.py#L164-L170) for two separate runs involving overlapping frames, I notice unexpected behavior. Specifically, I would expect the overlapping region between the two to be consistent after...

bug
good first issue
pull-request-welcome

(python 3.11.3 windows) when running `python -c "import pysolid; print(pysolid.__version__)"` i get `0.3.2` which means pysolid was installed succesfully ? when i run `python PySolid/tests/grid.py` i get the following error...

1. `pysolid.py_solid` is the python only implementation of `pysolid` 2. The entire folder should be a drop-in replacement of `pysolid` 3. `point_pyimpl.py` and `grid_pyimpl.py` have been added to tests. These...

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0. Release notes Sourced from pypa/cibuildwheel's releases. Version 2.22.0 🌟 Added a new CIBW_ENABLE/enable feature that replaces CIBW_FREETHREADED_SUPPORT/free-threaded-support and CIBW_PRERELEASE_PYTHONS with a system that supports...

dependencies

Hello, I have two questions: 1. If I want to calculate the strain solid Earth tide, is it by calculating the solid Earth tide in the form of displacement at...