Skip to content

Instantly share code, notes, and snippets.

@AncientHello
AncientHello / Import_GeoJSON_as_Globe.py
Last active March 20, 2024 05:29
import GeoJSON data from naturalearthdata.com into Blender as a globe
# import GeoJSON data from naturalearthdata.com into Blender as a globe
# run inside Blender from scripts
import bpy
import geopandas as gpd
import numpy as np
RADIUS = 10.0 # Modify this value as desired
# Load GeoJSON data using geopandas