Skip to content

Commit

Permalink
Merge pull request #4 from InovaFiscaliza/eda-smp
Browse files Browse the repository at this point in the history
Eda smp
  • Loading branch information
ronaldokun authored Jul 10, 2023
2 parents 1d80596 + fc9a461 commit 5533e98
Show file tree
Hide file tree
Showing 18 changed files with 568 additions and 201 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,10 @@ checklink/cookies.txt
*.csv
*.zip
*.aisweb
mosaico*
srd*
radcom*
stel*
telecom*
AnatelDB*
*.parquet
*.parquet.gzip
*.xlsx
*.html


# VSCODE Files
Expand Down
3 changes: 0 additions & 3 deletions dados/aero.parquet.gzip

This file was deleted.

3 changes: 0 additions & 3 deletions dados/aisg.xlsx

This file was deleted.

3 changes: 0 additions & 3 deletions dados/base.parquet.gzip

This file was deleted.

3 changes: 0 additions & 3 deletions dados/icao.xlsx

This file was deleted.

3 changes: 0 additions & 3 deletions dados/smp.parquet.gzip

This file was deleted.

3 changes: 0 additions & 3 deletions dados/smp.xlsx

This file was deleted.

2 changes: 1 addition & 1 deletion extracao/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion extracao/redemet.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AUTOGENERATED! DO NOT EDIT! File to edit: ..\nbs\redemet.ipynb.

# %% auto 0
__all__ = ["URL", "get_redemet"]
__all__ = ['URL', 'get_redemet']

# %% ..\nbs\redemet.ipynb 2
import os
Expand Down
14 changes: 2 additions & 12 deletions extracao/updates.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# AUTOGENERATED! DO NOT EDIT! File to edit: ..\nbs\updates.ipynb.

# %% auto 0
__all__ = [
"connect_db",
"clean_mosaico",
"update_radcom",
"update_stel",
"update_srd",
"update_telecom",
"update_aero",
"validar_coords",
"update_cached_df",
"update_base",
]
__all__ = ['connect_db', 'clean_mosaico', 'update_radcom', 'update_stel', 'update_srd', 'update_telecom', 'update_aero',
'validar_coords', 'update_cached_df', 'update_base']

# %% ..\nbs\updates.ipynb 2
import os
Expand Down
Loading

0 comments on commit 5533e98

Please sign in to comment.