Ben Mather

Results 10 issues of Ben Mather

From a colleague: > I got the same SSL error with the code you suggested as the gplate.download.DataServer. I did not get the error on Friday when I was working...

bug
pending
on ice

Some plotting artefacts occur when there are very few points that define a polygon or line. For example, mid-ocean ridge geometries in the plot below have very few points and...

enhancement

Very few plate models have associated age grids or spreading rate grids: https://gplates.github.io/gplately/#gplately.DataServer My thinking is that we need some automated workflow to generate these for all plate models and...

help wanted
low
suggestion

[plate-model-manager](https://github.com/michaelchin/plate-model-manager) is the new way (and the best way) to download plate models, age grids, and spreading rate grids. However, a lot of legacy workflows rely on the `DataServer` object...

enhancement
help wanted

- Add option for quantisation by specifying `significant digits` - Replace default zlib compression for newer zstd compression - Increase compression level to 9

We don't want to count transform segments in https://github.com/GPlates/gplately/blob/181c058d843c35628669a60b6098b850dfb91868/gplately/reconstruction.py#L529

We should encourage people to use the `plate-model-manager`, as @michaelchin is doing for the notebooks, but we should also adapt the existing `DataServer` object to use `plate-model-manager` under the hood...

enhancement
high

Original discussion from the GPlates Forum here: https://discourse.gplates.org/t/using-pre-assigned-plate-ids-to-rotate-coordinates/761

Moving a bunch of (mostly) hidden code from `reconstruction.py` to `utils/seafloor_grid_utils.py`.

There is no `save` method on the mesh, so this PR changes it to `write`.

bug