Skip to main content

Analyze frequent and illegal parking patterns using trajectory and GIS data

Project description

ewha_parking_dynamicP

A Python module for detecting Frequent Parking spots from CCTV trajectory data
and identifying Illegal Parking events using GIS layers.


How to use

from ewha_parking_dynamicP.frequent_parking import FrequentParking
from ewha_parking_dynamicP.illegal_parking import IllegalParking

# df: trajectory data (required fields: snr_id, traj_id, dtct_dt, lon/lat or geometry)
# road_df: road data (required fields: CCTV_ID, ufid, geometry)

# frequent parking
frequent_result = FrequentParking(df.copy(), road_df).call()

# illegal parking
illegal_parking = IllegalParking(
    zip_path="data/illegal_parking.zip",          # ZIP archive containing SHP files
    extract_dir="data/illegal_parking_extracted"  # Directory to extract SHP files
)
illegal_result = illegal_parking.call(frequent_result)

Output

  • FrequentParking result

    • Columns: CCTV_ID, time, Geometry, Leaving_time, Traj_ID, Duration, ufid
  • IllegalParking result

    • Subset of the above events flagged as illegal
    • Rules:
      • ≥ 5 minutes: within custom_area, yellow solid line, yellow dashed line, etc.
      • ≥ 1 minute: within crosswalk, sidewalk, yellow double line (excluding custom_area)

Requirements

pandas, numpy, geopandas, shapely

All SHP layers are assumed to use EPSG:4326 (WGS84). If your data uses a different CRS, please reproject it before analysis.

License

This project is licensed under JiwonKim License.

Contact

kimjiwon4007@ewha.ac.kr

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ewha_parking_dynamicp-0.1.1.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ewha_parking_dynamicp-0.1.1-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file ewha_parking_dynamicp-0.1.1.tar.gz.

File metadata

  • Download URL: ewha_parking_dynamicp-0.1.1.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for ewha_parking_dynamicp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 576643dcf2ca50d66bd0f6431331e2b4cc316f2c76a0597fb44f5533ef75c9df
MD5 898bd618cbf1686684678f24643c8efd
BLAKE2b-256 6ed839e0cdb60b0e2914874cc71dde14e62ea008c57f061d8538625398cd9344

See more details on using hashes here.

File details

Details for the file ewha_parking_dynamicp-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ewha_parking_dynamicp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 eb046c1267687e99807010ddbf42ed29b955a33251a1b988be42ffdeb24fb170
MD5 8fe99eb0e23e4024c75bc501b28cbbc0
BLAKE2b-256 c0819b889be7154cf5537072aaa5992e666bce5af2f0a8b16dbffa905ed9b995

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page