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.0.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_dynamicp-0.1.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ewha_parking_dynamicp-0.1.0.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_dynamicp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ecb95da52fef0e46df9d16f2cff20de12ad989c11a3f08d0bc568e411633c3ca
MD5 9e46d735e859047df8651f3303bd5b19
BLAKE2b-256 0719d7b11bcf6eaf4971103bef59e6d14afb738a9e09811866a9e0535aea1875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ewha_parking_dynamicp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 be79d85d24cd2ad1f3cf7752d75d266ba6ab33aea2de1b703119434b49473a08
MD5 b1c370d45a82c9d86e7c8c5723f0742c
BLAKE2b-256 08db0307b13b4393b4a12346bcf25be0d3958cf8049d7721ac23b431751947a6

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