A database manager for PostgreSQL with trajectory processing.
Project description
ewha-db-dynamicP
A Python package for managing PostgreSQL database connections and processing trajectory data collected from CCTV systems.
How to use
'''python from ewha_db_manager.db_manager import DBManager
db = DBManager( host = "localhost", port = your port number, dbname = "your_database", user = "your_username", password = "your_password" )
df_group = db.dataframe_groups("your_table") '''
db.dataframe_groups automatically fetches data from a PostgreSQL database, processes it into trajectory datasets, and groups the results by the CCTV ID where each trajectory was recorded.
Requirements
psycopg2-binary pandas geopandas movingpandas tqdm pyyaml
License
This project is licensed under the JiyoonLee License.
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ewha_db_dynamicp-0.1.1.tar.gz.
File metadata
- Download URL: ewha_db_dynamicp-0.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cb1b9a56e970f30712f775c8c1f1486307af008880659f8fd73f963655336d9
|
|
| MD5 |
dcecdbae339f6a78b5e64968d0b7c248
|
|
| BLAKE2b-256 |
46b3ee5893165f57aa1f5faae51ea88f17640b5801f52d0918d46f23d90afb04
|
File details
Details for the file ewha_db_dynamicp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ewha_db_dynamicp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da831f2cf805d4e18f1b9763e1a395241e5468e6af9ddc12d86d237c3edbdcda
|
|
| MD5 |
b97f26643170412f5fde3111a2d8cd79
|
|
| BLAKE2b-256 |
890c9b5c5aa2865cf2a9b1212c4ff13425247f50d27bd6a12e9d1baf6878c5ff
|