Load GeoTiff from Blob
See original GitHub issueIs your feature request related to a problem? Please describe. I’d like to show a GeoTiff that I only have available Blob (i.e. a dynamically generated GeoTiff that is returned as a result of a HTTP POST request). I see that fromBlob is available in geotiff.js so I’m wondering whether it could also be made available here.
Describe the solution you’d like
Instead of passing url
to the GeoTiff source, I’d like to pass a Blob, e.g. in a new parameter called blob
, and display it on a Map.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
With One Function, Load a GeoTIFF from an ArrayBuffer, Blob ...
With One Function, Load a GeoTIFF from an ArrayBuffer, Blob, Buffer, DataView, File or URL - GitHub - GeoTIFF/geotiff-from: With One Function, ...
Read more >Cloud Optimized GeoTIFF (COG) from a Blob - OpenLayers
Tiled data from a Cloud Optimized GeoTIFF (COG) can be rendered as a layer. In this example, a single 3-band GeoTIFF is used...
Read more >JSDoc: Home - geotiff.js
Home. geotiff.js. Node.js CI npm version Gitter chat. Read (geospatial) metadata and raw array data from a wide variety of different (Geo)TIFF files...
Read more >Display GeoTIFF image in OpenLayers 6 - GIS Stack Exchange
I'm trying to display a TIFF image ...
Read more >Get EarthEngine Image from URL to geoTIFF - python
You can't directly load a GeoTIFF from a URL through a script, but you can upload a GeoTIFF using the earthengine command line...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think that is significant. For example, GeoTIFF needs a minimum of Chrome 45 for the workers to run.
FileReader
andURL.createObjectUrl
were both supported long before that.I agree, it works fine. 😃