Nicky Wright
Nicky Wright
The [docs](https://gplates.github.io/gplately/) still don't mention plate-model-manager...? and plate-model-manager also has different models to [gplately.download.DataServer](https://gplates.github.io/gplately/download.html#gplately.download.DataServer)
@michaelchin, Just my 2c: need to check what the COBs actually look like, because maybe the COBs from the GeoData should stay as polylines. Converting these to polygons is going...
I agree that adding the polylines-->polygons function would be super handy!
> [@nickywright](https://github.com/nickywright), does it work if you just specify `realign=True` without specifying `extent=[0, 360, -90, 90]` ? Because that's what worked in [#289](https://github.com/GPlates/gplately/issues/289). Nope doesn't work anymore, I've updated my...
Ok that works! I've just modified and managed to get this work! Thank you so much @jcannon-gplates! ``` muller2008_model = pm_manager.get_model("Muller2008", data_dir="plate-model-repo") rotation_model = muller2008_model.get_rotation_model() topology_features = None static_polygons =...
Hi @Hojat-Shirmard, Which function specifically are you talking about? Also, I'm confused by some of this (just from the reading of it): `extent='global'` - does this mean the raster is...
Hi @michaelchin , I'd like the grid extent to be whatever the grid actually is rather than me specifying it. e.g., if my grid is [0,360,-90,90], then it should be...
Hi @michaelchin. I don't read in the grids using the `read_netcdf_grid` since you don't need to for some things so I can't comment on the symmetry between the functions, but...