0:00
/
0:00

Paid episode

The full episode is only available to paid subscribers of Milan's Data Science Insights

Parthenon in Plotly

#30DayMapChallenge - Day 27 - Micromapping

import trimesh
import plotly.graph_objects as go
import matplotlib.pyplot as plt
import matplotlib.colors as mcolors
import numpy as np

# Data source - 3D model purchased on CGTrade
# https://www.cgtrader.com/3d-models/exterior/historic-exterior/parthenon-12a94286-160a-446a-9bee-8a2c560ca7ab


# Load the STL file
your_file_path = "2022-parthenon-ruins…

This post is for paid subscribers