This commit is contained in:
DmsAnhr 2026-02-24 08:47:34 +07:00
parent 16d0cee75a
commit 7c855cf518
38 changed files with 5 additions and 1 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
api/deps/auth_dependency.py Normal file → Executable file
View File

0
api/deps/role_dependency.py Normal file → Executable file
View File

0
api/routers/auth_router.py Normal file → Executable file
View File

0
api/routers/datasets_router.py Normal file → Executable file
View File

0
api/routers/system_router.py Normal file → Executable file
View File

0
api/routers/upload_file_router.py Normal file → Executable file
View File

0
api/routers/ws/manager.py Normal file → Executable file
View File

0
api/routers/ws/upload_progress_ws.py Normal file → Executable file
View File

0
cache/desa_ref.parquet vendored Normal file → Executable file
View File

0
cache/kabupaten_ref.parquet vendored Normal file → Executable file
View File

0
cache/kecamatan_ref.parquet vendored Normal file → Executable file
View File

0
core/config.py Normal file → Executable file
View File

0
database/connection.py Normal file → Executable file
View File

0
database/models.py Normal file → Executable file
View File

0
main.py Normal file → Executable file
View File

6
requirements.txt Normal file → Executable file
View File

@ -17,4 +17,8 @@ python-dotenv==1.2.1
rapidfuzz==3.14.3 rapidfuzz==3.14.3
Requests==2.32.5 Requests==2.32.5
Shapely==2.1.2 Shapely==2.1.2
SQLAlchemy==2.0.46 SQLAlchemy==2.0.46
asyncpg
psycopg2
python-multipart
pyarrow

0
response.py Normal file → Executable file
View File

0
services/auth/login.py Normal file → Executable file
View File

0
services/datasets/delete.py Normal file → Executable file
View File

0
services/datasets/metadata.py Normal file → Executable file
View File

0
services/datasets/pub.py Normal file → Executable file
View File

0
services/datasets/publish_geonetwork.py Normal file → Executable file
View File

0
services/datasets/publish_geoserver.py Normal file → Executable file
View File

0
services/upload_file/ai_generate.py Normal file → Executable file
View File

0
services/upload_file/readers/reader_csv.py Normal file → Executable file
View File

0
services/upload_file/readers/reader_gdb.py Normal file → Executable file
View File

0
services/upload_file/readers/reader_mpk.py Normal file → Executable file
View File

0
services/upload_file/readers/reader_pdf.py Normal file → Executable file
View File

0
services/upload_file/readers/reader_shp.py Normal file → Executable file
View File

0
services/upload_file/upload.py Normal file → Executable file
View File

0
services/upload_file/upload_exceptions.py Normal file → Executable file
View File

0
services/upload_file/upload_ws.py Normal file → Executable file
View File

0
services/upload_file/utils/geometry_detector.py Normal file → Executable file
View File

0
services/upload_file/utils/pdf_cleaner.py Normal file → Executable file
View File

0
utils/logger_config.py Normal file → Executable file
View File

0
utils/qgis_init.py Normal file → Executable file
View File