GeoTIFF / geoblaze

Blazing Fast JavaScript Raster Processing Engine
http://geoblaze.io
MIT License
181 stars 28 forks source link

Can't use stats function #185

Closed rumski20 closed 3 years ago

rumski20 commented 3 years ago

Describe the bug I can import geoblaze but stats is not available. It doesn't seem to have an export listed here: https://github.com/GeoTIFF/geoblaze/blob/master/src/index.js

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

DanielJDufour commented 3 years ago

@rumski20 , good catch! Would you like to submit a PR? If you don't have time, just let me know and I can do it. Thank you!

rumski20 commented 3 years ago

I finally got around to submitting this here: https://github.com/GeoTIFF/geoblaze/pull/186 Testing failed on my fork, and I didn't have time to debug, sorry.

DanielJDufour commented 3 years ago

Thank you for your contribution. I merged your PR. No worries on the failing testing (it's probably not related). I'll debug that and republish geoblaze within 24hrs.

DanielJDufour commented 3 years ago

I just republished geoblaze with your fix. Thank you! Please open any issues for other problems you might discover! :-)

rumski20 commented 3 years ago

Well, I really appreciate all your work with geotiff.js. So I'm happy to help how I can.