Skip to content

Add ability to animate shapefiles#511

Open
neon-ninja wants to merge 15 commits intodomlysz:masterfrom
UoA-eResearch:master
Open

Add ability to animate shapefiles#511
neon-ninja wants to merge 15 commits intodomlysz:masterfrom
UoA-eResearch:master

Conversation

@neon-ninja
Copy link
Copy Markdown

@neon-ninja neon-ninja commented Jul 12, 2021

This PR adds two ways of animating shapefiles using shape keys and keyframes.

Option 1:

This feature would be useful for animating the differences between shapefiles, representing some change over time of polygon areas. The example I used to develop this represents the simulated flow of lava over time.

Usage:
animate_shapefiles_dialog

Pass a folder of shapefiles, and animate between them. Each shapefile is expected to contain a different polygon, with each file representing some timestep. If the filename contains a number, that number is used as the frame number for that shapefile.
Here's the dataset I used to test when developing:
Scenario F Birkenhead Northern Flow.zip
The strategy to combine the shapefiles used is iterative shrinkwrapping using the shrinkwrap modifier (https://docs.blender.org/manual/en/latest/modeling/modifiers/deform/shrinkwrap.html.). This strategy works best if the shapes are growing or shrinking in some way.

Result:
https://www.youtube.com/watch?v=iQjB-P_-8zo&ab_channel=CenterforeResearch

Option 2:

This feature would be useful for showing change in elevation over time. For example, erosion / deposition.

Usage:
animate_elevation_dialog

Pass a shapefile that contains multiple elevation fields. Choose a sample field representing elevation (for example, Epoch1). Shape keys are generated for each field following the pattern (Epoch2, Epoch3, etc), and keyframes are generated animating between them. The numeric part of the field name is used as the frame number. Here's the shapefile I used when developing this:
river.zip

Result:

animated.points.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant