hubertrum
Mmarimo
•Created by hubertrum on 8/26/2024 in #help-support
Can you load an ESRI shapefile in a marimo sql cell?
CREATE OR REPLACE table cells AS
from 's3://cl-ckdelta-production-3uk/processed/cells/active_cells/year=2024/month=7/*.parquet';
select cl_cell_id,ST_GeomFromText(geometry27700) as geometry from cells;
4 replies
Mmarimo
•Created by hubertrum on 8/26/2024 in #help-support
Can you load an ESRI shapefile in a marimo sql cell?
I got that as I had a jpuyter notebook working with duckdb. I have to tweak my code to do it the marimo way.
4 replies