Skip to content

Australia Post parcel locker #722

Description

@morris-m-m

I've just stumbled across this repo, amazing work.

Referencing 5f3747e

Australia post also uses 'parcel lockers' (https://auspost.com.au/receiving/parcel-deliveries/parcel-lockers)
I think this would need to be added in resources/dictionaries/en/post_office.txt? but I don't know enough about the inner workings of this repo to be 100% sure this is only addition needed.

Example format would be:

Parcel locker 12345 67890
shop 1, 2 somewhere street
Melbourne 3000 Vic AU.

Currently parse splits the locker number between house and house number as per below.

{
    "house": [
        "parcel locker 12345"
    ],
    "house_number": [
        "67890",
        "2"
    ],
    "unit": [
        "shop 1"
    ],
    "road": [
        "somewhere street"
    ],
    "city": [
        "melbourne"
    ],
    "state": [
        "vic"
    ],
    "postcode": [
        "3000"
    ],
    "country": [
        "au"
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions