JP
JP
Have any of you built any GUI tools for manipulating 3D models? I've got a team of potential fielders that are nervous about using code that isn't GUI based. We...
Updates
Code improvements
Need to add support for outputting phase tensor information to modeling data files.
Add ability to output GMT files for plotting phase tensors, induction arrows, model maps.
Should add ability to download transfer functions from various clients that host transfer functions.
Need to fix converting to geographic coordinates when using `StructuredGrid3D.to_vtk()` and `MTData.to_vtk`. data needs a coordinate system set ne+, en- model needs to be tested cause it doesn't come out...
Should add ability to make NetCDF files from model files. Looks like GIS support could be from `rioxarray` and `xarray` for NetCDF files.
### Project to be claimed `mtpy`: https://pypi.org/project/mtpy/ ### Your PyPI username `kujaku11`: https://pypi.org/user/kujaku11/ ### Reasons for the request The maintainer of mtpy Zhang01GA unfortunately passed away and was the sole...
There is a slowdown or bottleneck in `TF.has_{attr}`. `xarray.sel` is currenlty slow, so there may be a better way to test if components are empty or not without using `sel`....