Luã Vacaro

Results 21 comments of Luã Vacaro

@fccoelho I intend to permanently fix the issue #99 in next commits, although I also need this change on the epigraphhub_py PR. Please hold this PR until I fix the...

https://github.com/AlertaDengue/PySUS/blob/fe9def7b5959ec8e0c45472d1f51b64102582781/pysus/online_data/__init__.py#L86 NOTE: The line above is actually doing nothing, it decodes the DataFrame but is not further used bc has no variable instantiated.

@Kurdzik ty for the reply! I was able to import the Extension from `_extensions` only after creating a package with `setuptools` and install directly into the virtual environment, it wasn't...

This refactor should be able of uploading CSV files as well

when collecting data from coppernicus, we would have not only `temp` and `umid`, but also `pressao` and `precip` (atm pressure and rain). Should I keep it in mind when updating...

I was having the same issue where the tasks weren't being executed by the beat, and the problem has been fixed after changing this: ```py @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): sender.add_periodic_task(crontab(),...

> Can we avoid doing this? I think an approach could be rather than using the recursive method, parse all parent dirs individually and forcibly link them using `Directory.parent`, more...

Hello @alandrebraga! If I understood correctly, you are trying to test a local change in the code, right? The way I do the local testing is to open the file...

> This is similar (in spirit) to my request in #78. I have figured out a partial solution using the requests library: > > ``` > import requests > r...