Support for schedules provided by City of Plano, serving City of Plano.
waste_collection_schedule:
sources:
- name: plano_gov
args:
objectID: UNIQUE_PROPERTY_IDENTIFIERobjectID
(string) (required)
waste_collection_schedule:
sources:
- name: plano_gov
args:
objectID: "1781151"
daysToGenerate: 3-
Using a browser, go to The Plano interactive waste map.
-
Click through the banner and how to use pop up
-
Search for your address
-
Select your address
-
The map should zoom in to your address, do not click it yet.
-
Open up your browser developer tools
-
Click on your house. Your schedule will be displayed.
-
In the developer tools, look for an x-protobuf type request.
-
The URL query params should have something like:
f=pbf
objectIds=12345
outFields=ADDRESS%2CBLKY_COLOR%2CBLKY_CURR%2CBLKY_NEXT1%2CBLKY_NEXT2%2CBULKY_DAY%2CDAY_2017%2CHouseNo%2CREC_CURR%2CREC_NEXT1%2CREC_NEXT2%2CREC_WEEK_2017%2CSERVICE%2COBJECTID
outSR=102100
returnGeometry=false
spatialRel=esriSpatialRelIntersects
where=1%3D1
- Make note of the
objectIdsvalue, that will be the arg you need to set in the yaml.