Andrea Aime
Andrea Aime
@torse how is transparency managed in those mosaics? Nodata, footprints?
Mind, very rough guess-stimate, did not investigate so no real clue what it will take for a fix
Given it's a choice, we either decide a particular format, or allow people to specify the metadata in the database (will require chances to db, ingest, and output generation). As...
The OpenSearch for EO spec also has requirements in this direction (listing param possible values)
Right now it's done on the cheap and it's clunky, one has to configure a JDBC store, then point a JDBCOpenSearchAccess to it by name, and then tell OSEO to...
Tried it out, without good success. Came out with this bit of python code that I was then invoking from Java, grabbing the value of "result" in the end. Just...
The same issue happens with other cells, e.g., "R88888"
I can confirm those two cells compute properly now. But only after the source code is updated as described in https://github.com/manaakiwhenua/rhealpixdggs-py/issues/10
Oh, BTW, if you agree with any of the suggestions, I'm happy to follow up with a PR.
Would you be ok with the "load list once on class initialization, and expose a reset/reload method for the oddball cases where the classpath is modified at runtime"?