Andrea Falco

Results 17 comments of Andrea Falco

I have tried it now and had no problems. This is my setup: ``` # OS: macOS 10.15.2 $ composer --version Composer version 1.9.1 2019-11-01 17:20:17 $ ./bin/console about --------------------...

> Hi @fox91, following your PR with submodules (#292), I'm targeting the `1.x` branch, but for some reason the github actions are detecting changes in the generated files. I'm not...

@dbrekelmans try using this step on actions: ```yaml - name: Checkout repository and submodules uses: actions/checkout@v2 with: submodules: recursive ``` Instead of steps "Checkout" and "Check out submodules" or replace...

Hi @Kharhamel, any news about the solutions that I've suggested [here](https://github.com/thecodingmachine/safe/pull/314#issuecomment-1005785148)?

Hi @guziy, your line of code give me this error: ``` Traceback (most recent call last): File "addcyclic.py", line 21, in lons2d, lats2d = np.meshgrid(lons, lats) File "/usr/local/lib/python2.7/site-packages/numpy/lib/function_base.py", line 4104,...

@guziy are you referring to GRIB2 data file? You can download it from `http://para.nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/para/gfs.YYYYMMDD18/gfs.t18z.pgrb2.0p25.f000` using yesterday date instead of `YYYYMMDD`. Instead my python script is [here](https://gist.github.com/fox91/6200144a183775d94a04996059ae1c51). I have this python...

@guziy yes, in fact, in my example I had not included. I upgraded my gist. But my question is: how do I properly use addcyclic with this data? The problem...

@guziy thanks for your help. In this example I centered the map on Europe to show the problem. I also need all world map, but from -180 to 180. Instead...

I have the same issue with my local installation. When I save the mask in the log I see this error: ``` ERROR gdal rasterize script: ERROR 1: Unable to...

Hi everyone, I don't know if the topic has already come up but I would suggest splitting the library into multiple components (eg: core, visualization, etc.) so that you can...