dakk / gweatherrouting

Sailing weather routing made easy
GNU General Public License v3.0
43 stars 7 forks source link

Android support #133

Open VyborovAndrey opened 2 months ago

VyborovAndrey commented 2 months ago

I was wondering if the Android version works? I was unable to launch it on my phone. Logcat says, that .utils.storage can't be reached. Also, did you manage to get eccodes working on android? I always get error from function "grib_new_from_file"

dakk commented 2 months ago

Hi, it has been a while since I tested it, but I remember it worked. And also eccodes I remember it worked.

For the storage problem try to edit core/gribmanager and replace line 11 with:

from .utils.dummy_storage import Storage

Anyway, the android version is far far away from the desktop version: any contribution are welcome (even fix building)