cogeotiff / www.cogeo.org

Cloud Optimized GeoTIFF website
http://cogeo.org
Apache License 2.0
90 stars 38 forks source link

Native Android COGs implementation #61

Open gino-m opened 1 year ago

gino-m commented 1 year ago

Has anyone explored reading and visualizing COGs on Android? GeoTools depends on JDK packages which aren't available in Android SDK, and GDAL4Android seems like it would be a big hammer for small apps visualizing COGs online and/or offline.

If not, would a native Android implementation be useful to others?

Asking in reference to https://github.com/google/ground-android/issues/1596. Thanks!