bugra9 / gdal3.js

Convert raster and vector geospatial data to various formats and coordinate systems entirely in the browser.
https://gdal3.js.org
GNU Lesser General Public License v2.1
300 stars 45 forks source link

Add gdal locationinfo redo of #48 #49

Closed danothemen closed 1 year ago

danothemen commented 1 year ago

I found myself needing nearly exactly what gdal location info does so I've added it in here.

This particular implementation will always act as if you are running gdallocationinfo -wgs84 <file name> coordLat coordLon though I suspect this could be altered relatively easily in the future if needed.

bugra9 commented 1 year ago

@danothemen, thanks for adding a new locationinfo app. It looks very nice.