Andres Perez Hortal

Results 25 comments of Andres Perez Hortal

Hi everyone, Version 2 sounds great :muscle: This new version maybe is a good opportunity to change the pystepsrc parameter file format. Although the JSON configuration file does the job,...

Hi @fox91, thanks for the suggestion. I like the idea. I did a quick search and it seems that maybe we can do that using something like [Namespace packages](https://packaging.python.org/guides/packaging-namespace-packages/).

@pulkkins , since the **fft method** is used in several modules, another alternative to the interface is implementing something similar the [matplotliob.use](https://matplotlib.org/api/matplotlib_configuration_api.html#matplotlib.use) function used to set the plot backends. The...

I like the idea that @dnerini suggested in #216, add different options to install a particular set of dependencies depending on the needs of the users using the [extras_require](https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#optional-dependencies) in...

> One aspect that is not clear to me is how is this going to translate in terms of conda-forge packages? Do you know? Conda-forge allows different outputs. Although it...

Hi @Zaccarias, welcome to pySTEPS! The nowcasting functions in pysteps are independent of any importer as long as your data is in a regular cartesian grid (let's call them "images")....

Hi @Zaccarias, following up on this issue, were you able to ingest the GPS data? Do you need additional help ?

I really like the idea of separating the examples from the main repo. Specially, also migrating the examples to jupyter notebooks :rocket: > One solution could be to fully decouple...

> Another interesting workflow is used in the astropy project, separating the examples from the main repo. These long examples (tutorials written in jupyter notebooks) are kept in this repository...

Thanks @kmuehlbauer for the suggestion! I'll give it a try and see how it goes.