dfr094

Spatial Metadata Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
CalculatedAccuracy string ??
CollectionMethod string ??
CoordinateSourceSystem string ??
CoordinateSourceSystemId string ??
Latitude83 string The latitude of the facility or permit holder as maintained in each data system.
Longitude83 string The longitude of the facility or permit holder as maintained in each data system
ReferencePoint string ??
RegistryID string An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases.
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr094-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr094-schema.json",
  "title": "dfr094",
  "description": "Spatial Metadata Object",
  "type": "object",
  "properties": {
    "CalculatedAccuracy": {
      "description": "??",
      "example": "50 Meters",
      "title": "Calculated Accuracy",
      "type": "string"
    },
    "CollectionMethod": {
      "description": "??",
      "example": "ADDRESS MATCHING-HOUSE NUMBER",
      "title": "Collection Method",
      "type": "string"
    },
    "CoordinateSourceSystem": {
      "description": "??",
      "example": "FRS",
      "title": "Coordinate Source System",
      "type": "string"
    },
    "CoordinateSourceSystemId": {
      "description": "??",
      "example": "110001891506",
      "title": "Coordinate Source System Identifier",
      "type": "string"
    },
    "Latitude83": {
      "description": "The latitude of the facility or permit holder as maintained in each data system.",
      "example": "38.798026",
      "format": "double",
      "title": "Latitude",
      "type": "string"
    },
    "Longitude83": {
      "description": "The longitude of the facility or permit holder as maintained in each data system",
      "example": "-77.062981",
      "format": "double",
      "title": "Longitude",
      "type": "string"
    },
    "ReferencePoint": {
      "description": "??",
      "example": "ENTRANCE POINT OF A FACILITY OR STATION",
      "title": "Reference Point",
      "type": "string"
    },
    "RegistryID": {
      "description": "An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases.",
      "example": "110020837601",
      "title": "FRS ID",
      "type": "string"
    }
  },
  "required": [
    "RegistryID",
    "Latitude83",
    "Longitude83",
    "CollectionMethod",
    "ReferencePoint",
    "CalculatedAccuracy",
    "CoordinateSourceSystem",
    "CoordinateSourceSystemId"
  ]
}