Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deforming network geometries #90

Open
taschaap opened this issue Apr 22, 2023 · 2 comments
Open

Deforming network geometries #90

taschaap opened this issue Apr 22, 2023 · 2 comments
Labels
enhancement New feature or request low pending

Comments

@taschaap
Copy link

Howdy everyone, and well done on this very cool project.

I'm just putting this here as a feature request: I have a model full of deforming network features and I would love to plot their boundary geometries like any other polygon, but as far as I can tell, gplately will only reconstruct points within the network (example shapely multipoint geometry shown).

Is there currently a workaround for this? I admittedly haven't been playing with this for long.

image

@brmather brmather added the enhancement New feature or request label Apr 25, 2023
@brmather
Copy link
Collaborator

brmather commented May 4, 2023

Hi @taschaap 👋

Thanks for using GPlately.

I believe the deforming networks can be accessed as follows:

gpd = gplot.get_all_topologies() # geopandas dataframe
gpd_network = gpd[gpd['feature_name'] == 'TopologicalNetwork'] # subset of all topologies
gpd_network.plot(ax=ax, transform=gplot.base_projection) # plot on axes

where gplot is a gplately.PlotTopologies object. I haven't tested this extensively, but perhaps you could see if it works for your topologies and compare it against those rendered in GPlates?

@michaelchin
Copy link
Contributor

waiting for customer's feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low pending
Projects
None yet
Development

No branches or pull requests

3 participants