GeoTIFF / georaster

Wrapper around Georeferenced Rasters like GeoTIFF and soon JPG and PNG that provides a standard interface
Apache License 2.0
81 stars 32 forks source link

load from File/Blob on front-end #64

Closed jcphill closed 2 years ago

jcphill commented 2 years ago

Use geotiff package fromBlob() function to read File/Blob object directly rather than copying data to ArrayBuffer object or using createObjectURL() to create URL string for File/Blob object.

jcphill commented 2 years ago

Closes #55.

DanielJDufour commented 2 years ago

Awesome! I'll take a look.

DanielJDufour commented 2 years ago

Looks great. Thanks for the contribution.

jcphill commented 2 years ago

Thanks!