Skip to main content

Analyze frequent and illegal parking patterns using trajectory and GIS data

Project description

ewha-parking

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.frequent_parking import FrequentParking
from ewha_parking.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-0.1.4.tar.gz (7.9 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-0.1.4-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file ewha_parking-0.1.4.tar.gz.

File metadata

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

File hashes

Hashes for ewha_parking-0.1.4.tar.gz
Algorithm Hash digest
SHA256 d5186bffb008bd7532ab15c3ee83d260ecec358aa09cd284e123b96ab19211e7
MD5 8dd6d802ada77bb5419a9d919088e38f
BLAKE2b-256 e5c3259dbc82b9051ac3ec09f2747c990014a68cfcd2ab59db62e350165d5b3a

See more details on using hashes here.

File details

Details for the file ewha_parking-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: ewha_parking-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for ewha_parking-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7cc064535723b753cc67f481f1035776ac378f1e919364d15e4db175d15e7911
MD5 5f22309b0e50d7772644f061640b7bef
BLAKE2b-256 0d92137f602d73e584c80bc5794f0b4673ee5cf410eee972f62f3e725ef85408

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