Skip to content

Commit 3af7296

Browse files
committed
Merge branch 'daidson-fix/ESUS_connection'
2 parents 14ff459 + 8cf8523 commit 3af7296

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you use PySUS for a publication, please use the bibtex below to cite it:
1616
month = may,
1717
year = 2021,
1818
publisher = {Zenodo},
19-
version = {0.5.9},
19+
version = {0.5.17},
2020
doi = {10.5281/zenodo.4883502},
2121
url = {https://doi.org/10.5281/zenodo.4883502}
2222
}

pyproject.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wget = "==3.2"
2424
colorcet = "==3.0.0"
2525
datashader = "==0.13.0"
2626
#rasterstats = "==0.16.0"
27-
elasticsearch = "==8.1.2"
27+
elasticsearch = "==7.16.2"
2828
tqdm = "==4.64.0"
2929
gdal = "3.4.1"
3030
geopandas = "==0.7.0"

pysus/online_data/ESUS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def download(uf, cache=True, checkmemory=True):
2222
pwd = "Za4qNXdyQNSa9YaA"
2323
today = date.today()
2424
dt = today.strftime("_%d_%m_%Y")
25-
base = f"desc-notificacoes-esusve-{uf}" # desc-notificacoes-esusve-
25+
base = f"desc-esus-notifica-estado-{uf}" # desc-notificacoes-esusve-
2626
url = f"https://{user}:{pwd}@elasticsearch-saps.saude.gov.br"
2727
out = f"ESUS_{uf}_{dt}.parquet"
2828

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ colorcet==3.0.0
1717
datashader==0.13.0
1818
xarray==2022.3.0
1919
georasters
20-
elasticsearch==8.1.2
20+
elasticsearch==7.16.2
2121
pyarrow==7.0.0
2222
tqdm==4.64.0
2323

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build_sphinx]
22
project = 'PySUS'
33
version = 0.5
4-
release = 0.5.16
4+
release = 0.5.17
55
source-dir = './docs/source'
66

77
[flake8]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="PySUS",
36-
version="0.5.16",
36+
version="0.5.17",
3737
packages=find_packages(),
3838
package_data={"": ["*.c", "*.h", "*.o", "*.so", "*.md", "*.txt"]},
3939
include_package_data=True,

0 commit comments

Comments
 (0)