Hacker News new | ask | show | jobs
by smitty1110 1231 days ago
If this is for an application you're building for browsers, use Leaflet (easy, but not as flexible) or OpenLayers (more flexible, more complicated). Tehre should be database libraries, though I've typically interacted with m database through an API I developed instead of direct from the browser. Cesium exists as well, but that is a resource hog.

IF you're playing around on a local machine, R and Python have sql interfaces that can let you load the data for whatever local processing you want.