Nicky Wright
Nicky Wright
If using `model = gplately.PlateReconstruction(rotation_model, topology_features=None, static_polygons=static_polygons)` then `gplot = gplately.PlotTopologies(model)` results in the error > ValueError: Plate model must have topology features. But not all plate models have topologies....
``` gdownload = gplately.download.DataServer("Scotese2008") rotation_model, topology_features, static_polygons = gdownload.get_plate_reconstruction_files() ``` Downloads a zip file and gives me the error: > ConnectionError: A connection to https://static.cambridge.org/content/id/urn:cambridge.org:id:article:S0016756818000110/resource/name/S0016756818000110sup001.zip could not be made. Please...
Hi, I'm still getting issues with reconstructing rasters in 0-360 format (previously reported in #289), Example is [here](https://gist.github.com/nickywright/0a748c37eafba7562bf33ee4f237ef99) v1. By default (if I don't specify the extent), when supplying a...
Hi, I'm trying to run code with a fresh installation of GPlately via conda (installed last week). This notebook worked fine in GPlately 1 (an older version of python etc.......