Benoît Bovy's Avatar

Benoît Bovy

@benbovy.github.io

Earth Science, open-source software development (https://xarray.dev/, https://fastscape.org/, https://github.com/geigr, Spherely, etc.) and music creation. https://benbovy.github.io/

141 Followers  |  90 Following  |  28 Posts  |  Joined: 22.11.2024  |  2.089

Latest posts by benbovy.github.io on Bluesky

WeTransfer TOS says they can use all your uploaded content for genAI

WeTransfer TOS says they can use all your uploaded content for genAI

Bye forever, WeTransfer.

14.07.2025 23:57 — 👍 6468    🔁 3452    💬 207    📌 983

You could just do everything in tabular land using array database tools.

04.04.2025 13:14 — 👍 1    🔁 0    💬 0    📌 0
Preview
GeoPython 2025 GeoPython Conference, February 24-26, 2025

Joris is going to give a talk about it next week at the GeoPython conference in Basel. If you go there, don’t miss it!

2025.geopython.net

18.02.2025 09:46 — 👍 1    🔁 1    💬 0    📌 0
Preview
GitHub - benbovy/spherely: Manipulation and analysis of geometric objects on the sphere. Manipulation and analysis of geometric objects on the sphere. - benbovy/spherely

The development was supported by @numfocus.bsky.social (small development grant for the #GeoPandas project). A lot of the credit goes to Joris Van den Bossche and @paleolimbot.bsky.social (through S2Geography). Also many thanks to the new contributors!

github.com/benbovy/sphe...

18.02.2025 09:46 — 👍 3    🔁 1    💬 1    📌 0
Spherely Documentation

It still misses a lot of features but already provides all the basic functionality: IO functions (WKT, WKB, GeoArrow), most predicates / measurement / overlay operations as well as a few constructive operations... All exposed as vectorized functions.

spherely.readthedocs.io

18.02.2025 09:46 — 👍 0    🔁 0    💬 1    📌 0
Post image Post image

Finally released Spherely 0.1.0!

If you are using Shapely with latitude / longitude data, you might want to try Spherely instead. It provides similar API but relies on spherical geometry (via S2Geometry).

🧵

18.02.2025 09:46 — 👍 5    🔁 2    💬 1    📌 0

I also did `pixi global install micromamba`, because why not?

I still find the "conda workflow" (explicit environments + manual activation) relevant for some of my uses cases.

17.01.2025 09:32 — 👍 0    🔁 0    💬 0    📌 0
Preview
GitHub - renan-r-santos/pixi-kernel: Jupyter kernels using Pixi for reproducible notebooks Jupyter kernels using Pixi for reproducible notebooks - renan-r-santos/pixi-kernel

I use Jupyter a lot for testing, prototyping, etc., and #pixi-kernel works pretty nice!

github.com/renan-r-sant...

17.01.2025 09:32 — 👍 0    🔁 0    💬 1    📌 0
Preview
GitHub - mohkale/compile-multi: Multi target interface to compile. Multi target interface to compile. Contribute to mohkale/compile-multi development by creating an account on GitHub.

Also managed to easily discover and run tasks in emacs, using `pixi task list --json` with github.com/mohkale/comp...

17.01.2025 09:32 — 👍 0    🔁 0    💬 1    📌 0
Preview
Setup pixi by benbovy · Pull Request #170 · fastscape-lem/fastscapelib add tasks (cpp, python, dev, doc) update doc instruction (install, build and configuration, contributor guide) test pixi in CI

I started using #pixi for some projects that I maintain and also through `pixi global` (it might replace homebrew at some point for me). I must say it's a breeze! Great work @prefix.dev !

github.com/fastscape-le...

17.01.2025 09:32 — 👍 1    🔁 0    💬 1    📌 0

It leverages Xarray indexes so the CRS information is propagated seamlessly through operations and is used for auto-alignment of Xarray objects.

It also provides some mechanisms to integrate it with other Xarray extensions (TBD).

2/2

09.01.2025 19:52 — 👍 3    🔁 0    💬 0    📌 0
Preview
GitHub - benbovy/xproj: Xarray extension for managing geospatial coordinate reference systems Xarray extension for managing geospatial coordinate reference systems - benbovy/xproj

Released xproj: a small, generic (and experimental) #xarray extension to manage the coordinate reference system(s) of geospatial data cubes.

github.com/benbovy/xproj

1/2

09.01.2025 19:52 — 👍 6    🔁 0    💬 1    📌 0

This blog post by @kylebarron.dev nicely fills a (frustrating, in my experience) gap between high-level descriptions vs. raw code implementations when trying to have a deep understanding on how spatial indexes work!

08.01.2025 21:16 — 👍 3    🔁 0    💬 0    📌 0
Post image

Spatial indexes, and RTrees specifically, are at the core of geospatial software.

But ever wondered how an RTree is actually implemented?

In this post we’ll dive into the implementation of Flatbush, an elegant, blazing-fast, memory-efficient RTree.

kylebarron.dev/literate-fla...

08.01.2025 15:43 — 👍 37    🔁 17    💬 2    📌 1

👋 @echarles.net

30.12.2024 19:51 — 👍 1    🔁 0    💬 0    📌 0

📣 Hiring! I am looking for PhD/postdoc candidates to work on foundation models for science at @ULiege, with a special focus on weather and climate systems. 🌏 Three positions are open around deep learning, physics-informed FMs and inverse problems with FMs.

30.12.2024 12:21 — 👍 79    🔁 35    💬 4    📌 4
Sonified interactive wind map
YouTube video by Ipytone Sonified interactive wind map

Re-posting an old(ish) one: wind synthesized and modulated by ERA5 data in #jupyter (best with headphones 🎧 - the generated wind audio is spatialized)

m.youtube.com/watch?v=8u5A...

29.12.2024 19:40 — 👍 3    🔁 1    💬 0    📌 0

💯 Very much like relying more and more on GPS and has slowly eroded our ability to navigate ourselves...

13.12.2024 09:14 — 👍 0    🔁 0    💬 0    📌 0

Nice! We should provide similar s2 cell utility functions in Spherely as well to allow such things! 🙂

11.12.2024 13:12 — 👍 4    🔁 2    💬 0    📌 0
Preview
Partitioning strategies for bigger-than-memory spatial data | Dewey Dunnington There’s a great discussion going on in the GeoParquet repo about how exactly to split up GeoParquet datasets for optimal querying. This post is my adventure giving the partition strategies a shot for ...

New #gischat post! This one following up as a practical Ibis/ @duckdb.org-powered exploration into a few of the spatial partitioning methods suggested in a recent GeoParquet discussion. Let me know what I missed! dewey.dunnington.ca/post/2024/pa...

11.12.2024 00:23 — 👍 22    🔁 10    💬 2    📌 1
Video thumbnail

How do deformation, erosion, and precipitation interact during orogenic growth? ⚒️

Find out in this new study led by Xiaoping Yuan where we used a 3-code coupling between #ASPECT, #FASTSCAPE, and #LFPM.

Article here: www.nature.com/articles/s41... 🧪

@natureportfolio.bsky.social @gfz.bsky.social

01.12.2024 17:29 — 👍 58    🔁 19    💬 0    📌 1

Amazing! It definitely deserves more views.

29.11.2024 08:36 — 👍 1    🔁 0    💬 0    📌 0

I suggest to settle all this with a paintball battle.

28.11.2024 20:55 — 👍 2    🔁 0    💬 1    📌 0

I might be wrong but Blender seems still heavily underused for scientific visualization. It has so much potential, and the example below illustrates it well!

Blender learning curve is pretty steep, though. That's the cost for such a powerful and flexible 3D modelling / rendering software I guess.

28.11.2024 11:59 — 👍 4    🔁 0    💬 1    📌 0

I have to admit I'm a big fan of @fabiocrameri.ch colormaps!

28.11.2024 09:24 — 👍 2    🔁 0    💬 0    📌 0

Hey Nikolay nice to see you here too and your beautiful sci-art animations!

27.11.2024 21:59 — 👍 3    🔁 0    💬 0    📌 0

I’m also new to Bluesky, is there a starter pack of colormap anarchists?

27.11.2024 21:44 — 👍 3    🔁 0    💬 2    📌 0
Preview
replace `h3` with `h3ronpy` by keewis · Pull Request #28 · xarray-contrib/xdggs While h3ronpy is not exactly a replacement for h3, it does provide vectorized functions through the h3ronpy.arrow module. Since this is much more performant than the manual looping in python, this ...

+1! We did that in Xdggs (Xarray extension for DGGS)

github.com/xarray-contr...

27.11.2024 19:16 — 👍 5    🔁 1    💬 1    📌 0

I enjoyed watching this video!

The title of the video makes me realize I loved "playing" at Flight Simulator not so much I dreamed being a pilot as I love exploring maps.

25.11.2024 10:51 — 👍 3    🔁 1    💬 1    📌 0

🙂

25.11.2024 10:30 — 👍 1    🔁 0    💬 0    📌 0

@benbovy.github.io is following 20 prominent accounts