# Texas & Louisiana Chemical Hazardous Waste

**Use case:** 

Ready-to-run EPA RCRA biennial report rollup for Gulf Coast chemical plants: generation tons, waste codes, management method and generator status.

## Input

```json
{
  "states": [
    "TX",
    "LA"
  ],
  "reportCycle": 2023,
  "naicsPrefix": "325",
  "minTons": 0,
  "maxResults": 250,
  "compareToPriorCycle": false
}
```

## Output

```json
{
  "generation_rank": {
    "label": "Generation rank",
    "format": "integer"
  },
  "handler_name": {
    "label": "Facility name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "primary_naics": {
    "label": "Primary NAICS",
    "format": "string"
  },
  "generator_status": {
    "label": "Generator status",
    "format": "string"
  },
  "total_generation_tons": {
    "label": "Total generation (tons)",
    "format": "number"
  },
  "ranking_tons_basis": {
    "label": "Ranking tons basis",
    "format": "string"
  },
  "share_of_state_generation_pct": {
    "label": "Share of state generation (%)",
    "format": "number"
  },
  "generation_pct_change": {
    "label": "Generation change (%)",
    "format": "number"
  },
  "n_generated_waste_streams": {
    "label": "Generated waste streams",
    "format": "integer"
  },
  "distinct_waste_codes": {
    "label": "Distinct waste codes",
    "format": "array"
  },
  "has_listed_waste": {
    "label": "Has listed waste",
    "format": "boolean"
  },
  "has_acute_hazardous_waste": {
    "label": "Has acute hazardous waste",
    "format": "boolean"
  },
  "top_management_method_code": {
    "label": "Top management method",
    "format": "string"
  },
  "top_management_method_category": {
    "label": "Top management method category",
    "format": "string"
  },
  "large_quantity_generator_flag": {
    "label": "LQG flag",
    "format": "boolean"
  },
  "lqg_flag_basis": {
    "label": "LQG flag basis",
    "format": "string"
  },
  "is_receiving_facility": {
    "label": "Receiving facility (TSDF)",
    "format": "boolean"
  },
  "handler_id": {
    "label": "Handler ID",
    "format": "string"
  },
  "report_cycle": {
    "label": "Report cycle",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [EPA RCRA Hazardous Waste Generator Rollup — Tons, Codes, LQG](https://apify.com/malonestar/epa-rcra-hazwaste-generator-rollup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/epa-rcra-hazwaste-generator-rollup) to learn more, explore other use cases, and run it yourself.