AlertaDengue / PySUS

Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
GNU General Public License v3.0
175 stars 68 forks source link

fix(sinan): remove hardcoded '/tmp/pysus' when extracting from pysus #113

Closed luabida closed 1 year ago

luabida commented 1 year ago

SINAN.download_all_years_in_chunks('Zika', data_dir='$HOME/pysus') Result:

luabida@K ~/pysus
$ tree
.
├── ZIKABR16.parquet
│   ├── 17b52e8c4d6647fe9b4b6940f3e6d1c4-0.parquet
│   ├── 200c91cc23c84157992f635fea2b0f8d-0.parquet
│   ├── 45d4f75ebead45fca1d83ed958e38fb3-0.parquet
│   ├── 46622406a9db46609e7be07e06d16276-0.parquet
│   ├── 56b526d4b5dc43c3bab4e624718a43a9-0.parquet
│   ├── 734f510c1e994cf89343aef865bb7580-0.parquet
│   ├── 8028081ec4434c4c8e7e9070b0a3264f-0.parquet
│   ├── ae4160f563c94789966b6b96746314ac-0.parquet
│   ├── c023a85e31e940468d9ca2402b8fff39-0.parquet
│   └── d470ced175484944a3d18dd81a273bac-0.parquet
├── ZIKABR17.parquet
│   ├── 7c95921fd1384f6ca806e5bcb80e6519-0.parquet
│   └── afb2c51f509c46978d1b6d33b3dcd3bc-0.parquet
├── ZIKABR18.parquet
│   └── bde6b23d05ca478c975ffdce761aea4e-0.parquet
├── ZIKABR19.parquet
│   ├── 600fff4dbc994b589a1b50f689eb60b9-0.parquet
│   └── c11fc430404c41e892c4533a7054002b-0.parquet
├── ZIKABR20.parquet
│   └── b31a72bf2bfc4e1198aba4c5a90ed7ad-0.parquet
└── ZIKABR21.parquet
    └── 692b6656de714676bca37a05ad48ceb4-0.parquet
fccoelho commented 1 year ago

Looks Good!

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: