Andrea Falco

Results 15 issues of Andrea Falco

Using timestamp as X coord of points set give me back unexpected results (tested on version `0.31.0`, php `7.1.6`). How to reproduce: ```php require_once(__DIR__ . '/vendor/autoload.php'); use MathPHP\NumericalAnalysis\Interpolation; $points =...

bug

Actually functions `date_sunrise` and `date_sunset` released in version `v1.3.3` have a bug: ```php function date_sunrise(int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING, float $latitude = null, float $longitude = null, float $zenith...

bug

I have some problems to use add cyclic with data from grib2 file. This is my code: ``` python # -*- coding: utf-8 -*- import pygrib import numpy as np...

As a further improvement, during the upgrade to version 2.0 you could consider migrating from `setuptools` to `Poetry` for dependency management. Related to #224

Are you interested in migrating all log messages from the simple `print` to the more standard `logging` module? Given the high number of logs that the outputs are written I...

enhancement
discussion

It would not be bad to plan switch to ES6 module system like happened to `Leaflet 1.0`.

I have a single map in which I include a few dozen WMS layers from the same server, it only changes the layer and eventually the style. I would expect...

I think it would be useful to insert this into the core: - [L.TimeDimension.Layer.ImageOverlay](https://github.com/socib/Leaflet.TimeDimension/blob/v1.1.0/examples/js/example10.js)

Glyphicons Halflings is included in CSS directly from external CDN. Is this a good choice? If I'm going to publish website with Leaflet.TimeDimension probably there are no problems, but if...