Rendered at 01:28:21 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
OtherShrezzing 7 days ago [-]
>4x improvement on geospatial tasks with map in the loop.
The graph shows a baseline 2% task success rate improving to to 8% task success rate, but the evals section details 100% success rates across the board.
I'm not sure what the effectiveness of this skill is from the readme. Is it 8% success, or 100% success?
I am currently working on a website https://hillsha.de that makes it easy to download LiDAR las/laz files for almost every place in europe, the US and some other regions. I also made an iOS app for the same use-case, which can render the LiDAR data in 3D and 2D without PDAL and GDAL. It uses a vibe-coded library instead that combines both in native Swift. The iOS app is still in testing but works great.
Implementing France was a lot more comfortable than almost every other country, very well structured metadata and naming conventions. So thanks for that
(i work at the german mapping agency but this is a private project since i just love working with LiDAR hillshades)
6 days ago [-]
thosch0 7 days ago [-]
Question from an outsider: Who is paying for tools like this? The examples shown on the website (e.g. all streets in Nevada) look nice, but what are those analyses actually used for? I am pretty sure it is not only about having pretty maps but their has to be a business value I don’t see right now.
willtemperley 7 days ago [-]
20 year GIS dev here. Looks pretty useful for data exploration. I'd say one of the more compelling GeoAI things I've seen.
The problem is there's really a lot of data out there and it's a lot of work to move it around, e.g. between S3 buckets. There's also a ton of GIS SAAS vendors who are pure rent-seekers: I'm looking at a newer offering charging $23 per month for 10GB storage. This has more utility than their offering in my opinion.
The good thing here is that it could keep data provenance because it's SQL over known datasets.
sylveapp 6 days ago [-]
Unrelated, but as someone who is on the verge of also creating another GIS offering do you think there is any value to creating a low cost hosting platform centered around data portability? This came out of frustration with the existing landscape of offerings and I put together something that I wish existed.
willtemperley 6 days ago [-]
Hard to say without hearing what the product is, but personally I'll avoid anything that wants to lock up my data and charge me for it.
delfrrr 20 hours ago [-]
Plus one. (I’m the author of GeoSQL.) This is why I personally store data in local PostGIS. The whole map harness is running locally, except for Claude. I did not write SQL since April. I am making 1-2 analytics projects per week.
I work with maps everyday. I'm cheap and my employer is cheap with me, but we've got to produce a lot of maps for compliance & business intelligence. The work is is mostly cleaning & standardization, with some user experience toward a particular audit purpose.
There are some much more lucrative niches, that have to do with chain-of-title, rights of way, resource rights, and so on, and I can imagine why anyone would pay to save, say, 20 hours a week.
Power interconnects for datacenter siting would be a hot example.
lodovic 7 days ago [-]
This can be very useful for urban planning. you could have an agent investigate the optimal spot for a new datacenter, examine solar power installations, and so on.
pogue 7 days ago [-]
I wonder if this would be useful in OSINT stuff.
_joel 7 days ago [-]
Possibly, it'd be interesting to see this against a human OSINT expert (they are pretty damn good). See where they fit on the "Rainbolt" scale.
satoyoshidev 6 days ago [-]
For the maps-in-loop part, what does the agent actually read back from Dekart each round to catch the geometry errors?
delfrrr 20 hours ago [-]
Map snapshot PNG. Apparently, LLM is quite competent when reading map images. It can say, “Oh, that's not all London coverage.” “ “Oh, this and this street is a problem (without having street data).”
minraws 7 days ago [-]
If I see another skill or markdown on hackernews I might just consider leaving the platform. What even is the point of sharing markdowns...
Either LLMs will be so good in a few months this will be redundant.
Or it won't be and LLMs are a dead end and there are better ways to build with LLMs
kode-targz 6 days ago [-]
Exactly, this platform has fallen down so incredibly low. Every other post is worthless garbage about LLMs, without a single ounce of actual science being showcased, created, or even talked about. But a whole post about a markdown file is a new low imo. How does anyone who's actually competent at all in their domain think that this is worth sharing?
delfrrr 20 hours ago [-]
If you check into the docs, skill is the entry point for the map harness for Claude. You need to install the skill and run the Docker image.
That said, some of the skill frameworks like gstack created 10x productivity gain for me. IMO, worth sharing here.
esafak 6 days ago [-]
Skills provide guidance; they augment and narrow the search space. Even intelligent humans benefit from guidance.
The graph shows a baseline 2% task success rate improving to to 8% task success rate, but the evals section details 100% success rates across the board.
I'm not sure what the effectiveness of this skill is from the readme. Is it 8% success, or 100% success?
See: https://github.com/ignfab/geocontext (French) Beta MCP instance: https://geollm.beta.ign.fr/geocontext/mcp
Unrelated, but also take a look at the nice high-density LiDAR point data we have! https://visionneuse-lidarhd.ign.fr/?px=4441970.281583222&py=...
I am currently working on a website https://hillsha.de that makes it easy to download LiDAR las/laz files for almost every place in europe, the US and some other regions. I also made an iOS app for the same use-case, which can render the LiDAR data in 3D and 2D without PDAL and GDAL. It uses a vibe-coded library instead that combines both in native Swift. The iOS app is still in testing but works great.
Implementing France was a lot more comfortable than almost every other country, very well structured metadata and naming conventions. So thanks for that
(i work at the german mapping agency but this is a private project since i just love working with LiDAR hillshades)
The problem is there's really a lot of data out there and it's a lot of work to move it around, e.g. between S3 buckets. There's also a ton of GIS SAAS vendors who are pure rent-seekers: I'm looking at a newer offering charging $23 per month for 10GB storage. This has more utility than their offering in my opinion.
The good thing here is that it could keep data provenance because it's SQL over known datasets.
Here is a video explaining roughly how I work now: https://www.youtube.com/watch?v=JCOhkE0rPWA
There are some much more lucrative niches, that have to do with chain-of-title, rights of way, resource rights, and so on, and I can imagine why anyone would pay to save, say, 20 hours a week.
Power interconnects for datacenter siting would be a hot example.
Either LLMs will be so good in a few months this will be redundant.
Or it won't be and LLMs are a dead end and there are better ways to build with LLMs
That said, some of the skill frameworks like gstack created 10x productivity gain for me. IMO, worth sharing here.