HN user

sabman

110 karma

* https://geobase.app * https://decision-labs.com * Board member https://hotosm.org

[ my public key: https://keybase.io/saburq; my proof: https://keybase.io/saburq/sigs/2XtuE9SUZ8nJX_ehcR90KeisfrtM3IZ8V8jLMNXLdCw ]

Posts21
Comments35
View on HN
verisat.ai 10mo ago

Verisat – Detecting Satellite Imagery Deepfakes

sabman
2pts0
github.com 11mo ago

Run DINOv3 model on satellite and drone imagery

sabman
3pts0
github.com 11mo ago

GeoAI.js: tiny models for Satellite and Drone data

sabman
2pts1
docs.geobase.app 11mo ago

GeoAI for the JavaScript Community

sabman
9pts2
www.earthgpt.app 1y ago

I'm Building LLM for Satellite Data EarthGPT.app

sabman
106pts18
www.youtube.com 1y ago

We'll build a realtime collaborative mapping app tomorrow (think Figma for maps) [video]

sabman
5pts1
info.tokyo-digitaltwin.metro.tokyo.lg.jp 1y ago

Tokyo makes 3D data available

sabman
20pts1
motherduck.com 2y ago

Pushing the Boundaries of Geo Data with MotherDuck and Geobase

sabman
7pts0
news.ycombinator.com 3y ago

Ask HN: Is it still worth learning Kubernetes in 2023?

sabman
21pts13
www.nsin.mil 3y ago

SynGen Challenge – Geospatial-Intelligence Agency

sabman
1pts0
news.ycombinator.com 4y ago

Q: A managed db, API and tile-service specifically for mobility data

sabman
1pts0
getgeodb.com 6y ago

Show HN: Managed service for PostGIS + Jupyter for building Geo Data Driven apps

sabman
3pts0
getgeodb.com 6y ago

Dedicated PostGIS/CartoDB Hosting

sabman
4pts2
www.bbc.co.uk 6y ago

On Happiness by Clive James [audio]

sabman
1pts0
www.ft.com 6y ago

Lessons for Capitalism from the East India Company

sabman
1pts0
cartohost.com 7y ago

Cartohost – Managed CartoDB Hosting

sabman
4pts1
news.ycombinator.com 9y ago

Ask HN: Deep Learning Models as a Service

sabman
1pts0
bringbee.ch 13y ago

BringBee: Collaborative Shopping & Transportation for Ikea

sabman
4pts0
stellaschieffer.wordpress.com 13y ago

How the inert payment industry prevents me from being innovative in Europe

sabman
5pts1
hpc.nomad-labs.com 13y ago

CUDA 5 Multi-GPU Cluster via Amazon EC2 and StarCluster

sabman
5pts0
devcenter.spacialdb.com 14y ago

Migrate ALL of SimpleGEO's services

sabman
6pts0

If you have never done a graduate course in Satellite Remote Sensing there are a lot of techniques that you use on satellite imagery that the LLM guides you through without knowing it upfront. Additionally having a way to have the imagery loaded with the LLM in a single interface and apply the LLMs suggestions isn't a trivial engineering problem. We have done that too.

Thanks mate! Yes we are working now with remote sensing people to have more targeted end-to-end use cases. So flooding is one another would be environmental impact of mining. Can you email me on hi@earthgpt.app would love to incorporate more feedback

ah yes we have been testing other embedding models but not google's. I'll try this too. Its interesting most of them are doing land cover classes which is kinda solved already. We are also testing mixing agenic workflows with smaller directed prompts for users to provide the classes. Incidentally we are Berlin based. We should grab a coffee :)

Thanks! This live demo uses metadata and stats only. Right now we are testing ViTs and Foundation Models as well. But quality of results from EO FMs haven't been worth the inference cost so far. Early days though. Also starting to fine tune models for specific downstream tasks ourselves.

We've been working on this challenge in the satellite domain with https://earthgpt.app. It’s a subset of what Fei-Fei is describing, but comes with its own unique issues like handling multi-resolution sensors and imagery with hundreds of spectral bands. Think of it as computer vision, but in n-dimensions.

Happy to answer questions if you're curious. PS. still in early beta, so please be gentle!

Acoustic beacons exist for underwater position [0]. They usually connect to a transponder on the surface. Not sure this thing had one. Reading this: "This experimental vessel has not been approved or certified by any regulatory body, and could result in physical injury, emotional trauma, or death."[1] makes me think it was a disaster waiting to happen.

[0] https://iopscience.iop.org/article/10.1088/1757-899X/612/4/0... [1] https://www.cbsnews.com/news/titanic-visiting-the-most-famou...

https://getgeodb.com is a hosted CartoDB which is an open source stack built on PostGIS but its notoriously hard to run and configure. So we decided to run it as a service for others... we find it very useful to build apps on top of PostGIS since running them requires configuring middleware like tileservices, data APIs and importing data.

would love any feedback :D ... you can also hit me up on twitter https://twitter.com/sabman

The situation is bad for Shapefiles because people forget to export the prj file and it can get lost in the process of transformation. I feel your frustration - it's just a very old format which encodes data into 4 different files.

This however, has nothing to do with PostGIS. PostGIS will ingest any geo data you give it. and if you don't know the SRID you can use -1. As for the problem of Shapefiles there are better alternative formats now like geojson and spatialite based geodatabases that encode SRID in a single file.

maybe coz of this:

> In his last State of the Union address, President Obama said America should emulate Germany’s knack for producing skilled workers — “high-school students with the equivalent of a technical degree from one of our community colleges.” He was referring specifically to fields like engineering and computer science, but he could just as easily have been talking about high-end cooking

Hi Andrew, would love to have you to try out SpacialDB, just send me an email at info~at~spacialdb~dot~com and I'd be very happy to send you a beta invite.

With SpacialDB, we wanted the best of both worlds, traditional GIS and Web, RT & Mobile-Centric APIs.

The way we did this was to let users provision databases, then import any geodata (points,lines,polygons 2 or 3D) into SpacialDB and either use a raw PostgreSQL connection (from a pool) or our REST API (http://devcenter.spacialdb.com/Layers-API-v1-Documentation.h...) to query it - its super useful for building geo-apps quickly.

In fact, initially that's why we built it; we need a quick way to get going for a lot of the disaster response work we do at nomad-labs (geospatial.nomad-labs.com)

A bit out of date but I have used rapi-doc in the past: https://github.com/sabman/rapi_doc for some of our internal API reference docs, for quickly reminding ourselves of the current state of our API's. It's for Ruby on Rails though, so if you are familiar with RoR, it will parse your controllers looking for API related comments for each controller action. Here's an example https://beta.spacialdb.com/apidoc/layers.html But I am sure there are better tools out there, I'd be keen to learn about them.