Jaap Langemeijer
Jaap Langemeijer
@DirkEilander @savente93 I am wondering about how to deal with `MetaDataResolver.resolve` `**kwargs` and `Driver.read` `**kwargs`. do we just accept a `resolver_kwargs` `dict` and a `driver_kwargs` `dict` in the `DataSource.read`?
I know that geemap has some conversion system converting from JavaScript. But of course, collaboration on EarthEngine code is more difficult, as it does not seem to support Pull Requests,...
Blocked by: https://github.com/Deltares/hydromt/issues/896
Closed by #982
Using environment variables is relatively easy. Secrets files can have different formats: ```text SECRET1=string1 SECRET2=string2 ``` but also json, or ini formats (or custom formats), we will implement environment variables...
Yes, that is why I would like to stick to env variables for now
Before closing I would like to still do: - [ ] https://github.com/Deltares/hydromt/issues/983 - [ ] https://github.com/Deltares/hydromt/issues/886. Then I would like to decide on: - [ ] `_typing`: as at least...
I have not tried the `data_dir` option yet.
Hi @jensdebruijn , thanks for reporting. This issue may be solved in v1: https://github.com/Deltares/hydromt/pull/1026.
Just discussed with @savente93 and we work with a credential chain: - try and access using anonymous credentials - then try and access AWS credentials chain - otherwise raise As...