K. Hintz
Results
2
comments of
K. Hintz
In app.js you can make a small modification to take that change into account like this: var stamp = moment(targetMoment).format('YYYYMMDD') + roundHours(moment(targetMoment).hour(), 6); var urlstamp = stamp.slice(0,8)+'\/'+stamp.slice(8,10) request.get({ url: baseDir,...
For Mac Os X ARM64 (Ventura 13.4) it was relatively straightforward to build and install `gridpp` from source (although not as easy as just doing a `pip install`). I used...