Last active
May 9, 2025 20:02
-
-
Save danhammer/af2ffebd47156a1b68d5a9ca3b2a69f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "FeatureCollection", | |
| "features": [ | |
| { | |
| "type": "Feature", | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -121.728889, | |
| 37.754444 | |
| ] | |
| }, | |
| "properties": { | |
| "name": "Republic Services Vasco Road Landfill", | |
| "address": "4001 North Vasco Road, Livermore, CA 94551", | |
| "owner": "Republic Services, Inc.", | |
| "operator": "Republic Services Vasco Road, LLC", | |
| "EPA_ID": "CAD982407645", | |
| "capacity_cubic_yards": 40207100, | |
| "current_capacity_cubic_yards": 32970000, | |
| "estimated_closure_year": 2051, | |
| "landfill_class": "Class II and Class III", | |
| "waste_types": [ | |
| "non-hazardous municipal solid waste", | |
| "construction and demolition waste", | |
| "residential recyclables", | |
| "universal and electronic wastes", | |
| "treated medical waste" | |
| ], | |
| "operating_hours": { | |
| "Monday-Friday": "6:00 AM to 5:00 PM", | |
| "Saturday": "6:00 AM to 2:00 PM", | |
| "Sunday": "Closed" | |
| }, | |
| "total_area_acres": 535, | |
| "permitted_landfill_area_acres": 323, | |
| "active_disposal_area_acres": 153 | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment