TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Karta 0.7 - Geospatial Python

1 pointsby ovisalmost 9 years ago

1 comment

ovisalmost 9 years ago
Karta is a package I&#x27;ve been working on for a while now. Originally, it was intended to be a light-weight pure Python module for geospatial data, but it&#x27;s gradually grown C and Cython extensions in the name of performance.<p>It doesn&#x27;t wrap a large C library like Shapely or rasterio, but instead tries to be more general and provide the set of geographical objects and spatial algorithms that I would otherwise need to frequently reimplement.<p>Anyway, I&#x27;d be interested in getting some feedback on it. I use it pretty extensively in my own work, and would like to see it be useful for others.