Iman Akbari

Results 17 comments of Iman Akbari

@niwinnm Thanks, is it normal that minimum SDK is 16? can't it be set to 15?

Well there aren't many people on 15 anyway, but I always thought the library worked on SDK 15 :-)

I'm having the same issue when installing `gdal` using `pip` in Debian testing. Have you found any workarounds other than downgrading to 3.4.2?

Since we're taking the time to fix this, wouldn't Cloud Logging be a better substitute for BQ, GCS, and Firebase?

[Cloud Logging](https://cloud.google.com/logging) is Stackdriver's new name, where Dataflow pipeline logs show up too. Since it's very unlikely that the users are interested in any complex analytics on the manifest logs,...

I see your point. One of the benefits to providing a Docker image is that it can include `gcloud` CLI and any necessary scripts in the future as well, so...

> I just re-read #209 -- a general thought: Should the fix even be in the config parser? It seems like the source of the error has to do with...

I've started working on this, but will wait until the situation with the `weather-mv` dependencies are figured out to finalize.

FTR I can confirm that the current `main` repo's build instructions do not work: **command** ``` gcloud builds submit weather_mv/ --tag "$IMAGE_URI:dev" ``` **error** ``` [...] ModuleNotFoundError: No module named...

I also tested @bahmandar 's image [here](https://github.com/bahmandar/weather-tools/blob/mv-faster/weather_mv/), and it does get `regrid` working. The build is pretty resource-intensive (~1h on `N1_HIGHCPU_32`), and downloading and preparing the 2.5GB image itself takes...