# Inventory

This data is part of our comprehensive Industrial Developments Dataset, offering customers detailed insights into project properties, including company information, site characteristics, construction progress, and estimated activation dates. Perfect for stakeholders seeking to evaluate industrial infrastructure at both project-specific and aggregated levels.

### Schema Overview

<table><thead><tr><th width="377.6363525390625">Field Name</th><th width="117.6363525390625">Type</th><th width="437.6363525390625">Description</th></tr></thead><tbody><tr><td><strong>ATERIO_INDUSTRIAL_PROJECT_UID (PK)</strong></td><td>String</td><td>Unique identifier for each industrial project across datasets.</td></tr><tr><td>PROJECT_NAME</td><td>String</td><td>Name of the industrial development project.</td></tr><tr><td>COMPANY_NAME</td><td>String</td><td>Primary company associated with the project.</td></tr><tr><td>COMPANY_TICKER_NAME</td><td>String</td><td>Stock ticker symbol of the main company, if applicable.</td></tr><tr><td>INDUSTRY_TYPE</td><td>String</td><td>Industry category (e.g., manufacturing, logistics).</td></tr><tr><td>PROVIDER_BACKED_BY</td><td>String</td><td>Corporations or investors backing the project.</td></tr><tr><td>FACILITY_OWNER</td><td>String</td><td>Entity that owns the facility.</td></tr><tr><td>COMPANIES_INVOLVED</td><td>String</td><td>Other companies or partners involved.</td></tr><tr><td>PROJECT_STAGE</td><td>String</td><td>Project phase (announced, construction, active, cancelled, withdrawn).</td></tr><tr><td>LOCATION_LATITUDE</td><td>Float</td><td>Latitude coordinate of the project site.</td></tr><tr><td>LOCATION_LONGITUDE</td><td>Float</td><td>Longitude coordinate of the project site.</td></tr><tr><td>FULL_ADDRESS</td><td>String</td><td>Complete street address of the project site.</td></tr><tr><td>ZIP_CODE</td><td>String</td><td>Postal ZIP code of the project location.</td></tr><tr><td>COUNTY_NAME</td><td>String</td><td>County name where the project is located.</td></tr><tr><td>COUNTY_FIPS_CODE</td><td>String</td><td>Federal Information Processing Standards (FIPS) county code.</td></tr><tr><td>CITY_NAME</td><td>String</td><td>City where the project is located.</td></tr><tr><td>STATE_CODE</td><td>String</td><td>Two-letter U.S. state code.</td></tr><tr><td>JOB_CREATION_COUNT</td><td>Integer</td><td>Expected number of jobs created.</td></tr><tr><td>PROJECT_COST</td><td>Float</td><td>Estimated or published total project cost (USD).</td></tr><tr><td>SITE_ACREAGE</td><td>Float</td><td>Land area of the project site (acres).</td></tr><tr><td>TOT_FACILITY_SPACE_SQFT</td><td>Float</td><td>Total facility space in square feet.</td></tr><tr><td>PROJECT_ANNOUNCED_DATE</td><td>Date</td><td>Official project announcement date.</td></tr><tr><td>PROJECT_PROJECT_WITHDRAWN_DATE</td><td>Date</td><td>Date when the project was withdrawn or cancelled.</td></tr><tr><td>PROJECT_CONSTRUCTION_START_DATE</td><td>Date</td><td>Construction start date.</td></tr><tr><td>LATEST_SATELLITE_PICTURE_DATE</td><td>Date</td><td>Most recent satellite image date for monitoring progress.</td></tr><tr><td>PCT_CONSTRUCTION_STATUS</td><td>Float</td><td>Estimated construction completion percentage.</td></tr><tr><td>PROJECT_CONSTRUCTION_FINISHED_DATE</td><td>Date</td><td>Date construction was completed.</td></tr><tr><td>PROJECT_ACTIVATION_DATE</td><td>Date</td><td>Date the facility became operational.</td></tr><tr><td>ESTIMATED_ACTIVE_DATE_BY</td><td>String</td><td>Source or method used to estimate activation date.</td></tr><tr><td>PROJECT_LIKELIHOOD_EXECUTION</td><td>Float</td><td>Likelihood score of project execution (0–1 scale).</td></tr><tr><td>DATASHEET_URL</td><td>String</td><td>URL linking to project datasheet.</td></tr><tr><td>PROJECT_PERMIT_URL</td><td>String</td><td>URL for project permit or documentation.</td></tr><tr><td>CAPEX_URL</td><td>String</td><td>URL referencing capital expenditure details.</td></tr><tr><td>COMMUNITY_RESPONSE_URL</td><td>String</td><td>URL to community response or feedback.</td></tr><tr><td>MAPS_URL</td><td>String</td><td>URL linking to geographic or map visualization.</td></tr><tr><td>SOURCE_URL</td><td>String</td><td>Original data or publication source.</td></tr><tr><td>NOTES</td><td>String</td><td>Free-form notes or remarks.</td></tr><tr><td>RECORD_CREATED_DATE</td><td>Date</td><td>Date when record was created.</td></tr><tr><td>RECORD_UPDATED_DATE</td><td>Date</td><td>Date when record was last updated.</td></tr><tr><td>UPDATED_AT</td><td>Date</td><td>Timestamp of latest update or dataset refresh.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.aterio.io/data-products/us-industrial-developments/datasets/inventory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
