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
one of the tools in @sepal-contrib was using a previous implementation of sepal_ui where the gaul_database was exposed, now that it has been removed in favor to the pygaul package, there's no way to directly access to this file.
Would it make sense to expose the database as a dataframe?, for example:
frompygaul.dataimportgaul_dadtabase
My current workaround imports the file using pkgs_resources:
I'm reluctant to expose the database path and think whatever I do will look exactly like your workaround. That being said, would it be possible to use AdmNames instead? it's very fast to run and gives you all the information you would find in the database right ?
one of the tools in @sepal-contrib was using a previous implementation of
sepal_ui
where thegaul_database
was exposed, now that it has been removed in favor to thepygaul
package, there's no way to directly access to this file.Would it make sense to expose the database as a
dataframe
?, for example:My current workaround imports the file using
pkgs_resources
:The text was updated successfully, but these errors were encountered: