Results 55 issues of Guido Cioni

### Description I'm trying to add a WMS layer from this source https://mappe.protezionecivile.gov.it/en/risks-maps/radar-map. I've successfully integrated it in the past into a Dash web application, so I know it is...

Sometimes an anomaly could lie in the fact that the timeseries value is not changing at all, that is the previous value is exactly the same as the next one....

I created a client to upload some documents on a SMB share. As I created and tested the script under Linux I never thought of converting all the path explicit...

Hi, I'm trying to decode weather data (temperature, winds, pressure...) from ADS-B messages and dump it to file. I already have a working installation of `dump1090-fa` and can see the...

### What happened? I have a script structured like this ```python def main(): global ds ds = xr.open_dataset(file) for point in points: compute(point) def compute(point): ds_point = ds.sel(lat=point['latitude'], lon=point['longitude'], method='nearest')...

bug

I'm using `xarray.open_mfdataset` to combine different `grib2` files from DWD. I don't think the dimensionality of the problem is close to any memory or CPU limit (2 variables, 78 timesteps,...

I've been trying to read in high-resolution soundings form the DWD (german weather service) which can be found here https://opendata.dwd.de/climate_environment/CDC/observations_germany/radiosondes/high_resolution/recent/. After converting to the right format Sharppy is able to...

I'm kind of confused where this option should go. An adapted example from the elastic documentation would be ```bash curl -X GET 'search_api_endpoint' \ -d '{ "boosts": { "clickscore": {...

My Raspberry is set on UTC as datetime even though I live in Germany which is UTC+1: it's just easier for me to handle everything when is set like that....

When working with Python files on a remote server (especially notebooks) saving them causes a spike in CPU usage (see screenshot) that basically makes the system unresponsive. I cannot work...

ssh