You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
In band.clj I see you are duplicating the Java API, e.g.:
compute-band-stats
compute-statistics
We should take a look at these from a Clojure perspective and give better names ... uncover what's actually being done here. (API functions should be clear and give devs an immediate intuitive understanding of what would happen if called; sadly, GDAL Java failed here :-/).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
band.clj
I see you are duplicating the Java API, e.g.:compute-band-stats
compute-statistics
We should take a look at these from a Clojure perspective and give better names ... uncover what's actually being done here. (API functions should be clear and give devs an immediate intuitive understanding of what would happen if called; sadly, GDAL Java failed here :-/).
The text was updated successfully, but these errors were encountered: