This week, users have:
- Segmented trees in Belgium;
- Found paths in rural areas;
- Identified boats in harbors;
All in R!
Try out geosam: walker-data.com/geosam
This week, users have:
- Segmented trees in Belgium;
- Found paths in rural areas;
- Identified boats in harbors;
All in R!
Try out geosam: walker-data.com/geosam
Claude Code is going mainstream, and guess what language it's using.
#LongLiveR
#rstats
Claude Code is going mainstream, and guess what language it's using.
#LongLiveR
#rstats
This past year, I wrote an R package to help you get started.
Learn how here:
This past year, I wrote an R package to help you get started.
Learn how here:
Find solar farms on a satellite image in West Texas, click points to segment the imagery & extract shapes.
Save the result then get back an sf object in a single step with area calculated for you.
Find solar farms on a satellite image in West Texas, click points to segment the imagery & extract shapes.
Save the result then get back an sf object in a single step with area calculated for you.
Code : gitlab.huma-num.fr/aperis/testi...
Code : gitlab.huma-num.fr/aperis/testi...
I released this R package Wednesday.
I released this R package Wednesday.
SAM3 does quite well - all you need is the text prompt "the letter o"!
#GoDucks
SAM3 does quite well - all you need is the text prompt "the letter o"!
#GoDucks
It’s not so much a matter of can you or can’t you anymore
It’s now a question of will you or won’t you
Agency in today’s labor market is the most important skill you can cultivate
It’s not so much a matter of can you or can’t you anymore
It’s now a question of will you or won’t you
Agency in today’s labor market is the most important skill you can cultivate
Shown:
Well pads from simple text prompts;
Draw a box around a wind turbine, find the others in the view;
Click a solar farm, segment the area.
Shown:
Well pads from simple text prompts;
Draw a box around a wind turbine, find the others in the view;
Click a solar farm, segment the area.
When LLMs write code, they will typically do so with open source tools, which are still maintained by humans.
If you use LLMs to code, find ways to support the open source you rely on.
When LLMs write code, they will typically do so with open source tools, which are still maintained by humans.
If you use LLMs to code, find ways to support the open source you rely on.
- Detect objects in satellite imagery with text prompts
- Interactive Shiny tools with draw & click-to-identify
- Works with Mapbox, Esri, MapTiler
- Use regular images too!
walker-data.com/geosam/
- Detect objects in satellite imagery with text prompts
- Interactive Shiny tools with draw & click-to-identify
- Works with Mapbox, Esri, MapTiler
- Use regular images too!
walker-data.com/geosam/
Shown here: we supply the model six prompts to find in an image; it finds all six within an interactive viewer with pan/zoom.
Release coming soon!
Shown here: we supply the model six prompts to find in an image; it finds all six within an interactive viewer with pan/zoom.
Release coming soon!
Well pads found from a bounding box and a simple text prompt.
It's not perfect, as you'll see false positives - but it's a great starting point for filtering to what you need.
Well pads found from a bounding box and a simple text prompt.
It's not perfect, as you'll see false positives - but it's a great starting point for filtering to what you need.
In the soon-to-be-released {geosam} R package: review results by confidence level, filter, then export.
This is shaping into a tool for serious applied work.
In the soon-to-be-released {geosam} R package: review results by confidence level, filter, then export.
This is shaping into a tool for serious applied work.
If you are in any sort of creative field, you know the rush of dopamine you get when you start a new project.
The thrill of discovering new things, of creating something novel.
If you are in any sort of creative field, you know the rush of dopamine you get when you start a new project.
The thrill of discovering new things, of creating something novel.
There are tons of applied use-cases for this tool, but it's also just fun to play around with.
There are tons of applied use-cases for this tool, but it's also just fun to play around with.
An interactive Shiny viewer using @maplibre.org to show and browse regular images. Here we detect:
- the basketball
- the Mavs player (black uniform) then the Rockets (in red)
- the American flag on the backboard
An interactive Shiny viewer using @maplibre.org to show and browse regular images. Here we detect:
- the basketball
- the Mavs player (black uniform) then the Rockets (in red)
- the American flag on the backboard
We'll have a Shiny gadget that allows you to interactively explore and segment imagery.
Shown here in Positron: finding red cars in a parking lot at TCU via Mapbox imagery, which are returned to your R session as an sf object.
We'll have a Shiny gadget that allows you to interactively explore and segment imagery.
Shown here in Positron: finding red cars in a parking lot at TCU via Mapbox imagery, which are returned to your R session as an sf object.
Add that argument to your regular or `_view()` map calls and you'll add the center, zoom, pitch, and bearing to the URL hash.
It's very useful for remembering specific views / areas I want to highlight.
Add that argument to your regular or `_view()` map calls and you'll add the center, zoom, pitch, and bearing to the URL hash.
It's very useful for remembering specific views / areas I want to highlight.
Shown here: detecting putting greens, pools, and cars in Scottsdale from simple text prompts via Mapbox imagery
R, Shiny, mapgl for the UI; Python backend via @giswqs.bsky.social's segment-geospatial package (thanks Qiusheng!)
Shown here: detecting putting greens, pools, and cars in Scottsdale from simple text prompts via Mapbox imagery
R, Shiny, mapgl for the UI; Python backend via @giswqs.bsky.social's segment-geospatial package (thanks Qiusheng!)
Draw a shape on @mapbox.com satellite imagery; SAM3 identifies all similar objects in the view.
There's so much going on in AI and geospatial right now beyond just LLMs.
Draw a shape on @mapbox.com satellite imagery; SAM3 identifies all similar objects in the view.
There's so much going on in AI and geospatial right now beyond just LLMs.
Example: how to use `set_config_property()` to change the light preset between "dawn", "day", "dusk", and "night"
Try out the code below:
3 years ago, I wrote a database-centric guide in my book for analyzing the full 92 million record 1910 Census.
Now, with #rstats and @duckdb?
Analyze those 92 million rows in seconds.
3 years ago, I wrote a database-centric guide in my book for analyzing the full 92 million record 1910 Census.
Now, with #rstats and @duckdb?
Analyze those 92 million rows in seconds.