{
    "conformsTo": "https://project-open-data.cio.gov/v1.1/schema", 
    "dataset": [
		{
		"title": "Census block internal point coordinates and weights formatted specifically for use in R code of the Environmental Justice Analysis Multisite (EJAM) tool, USA, 2020, EPA, EPA AO OP ORPM",
		"description": "This is Census 2020 block data specifically formatted for use by the Environmental Protection Agency (EPA) in-development Environmental Justice Analysis Multisite (EJAM) tool, which uses R code to find which block centroids are within X miles of each specified point (e.g., regulated facility), and to find those distances. The datasets have latitude and longitude of each block's internal point, as provided by Census Bureau, and the FIPS code of the block and its parent block group. The datasets also include a weight for each block, representing this block's Census 2020 population count as a fraction of the count for the parent block group overall, for use in estimating how much of a given block group is within X miles of a specified point or inside a polygon of interest. The datasets also have an effective radius of each block, which is what the radius would be in miles if the block covered the same area in square miles but were circular. The datasets also have coordinates in units that facilitate building a quadtree index of locations. They are in R data.table format, saved as .rda or .arrow files to be read by R code.",
		"bureauCode": [
			"020:00"
		],
		"dataQuality": false,
		"publisher": {
			"@type": "org:Organization",
			"name": "OP,ORPM"
		},
		"contactPoint": {
			"fn": "Mark Corrales",
			"hasEmail": "mailto:corrales.mark@epa.gov",
			"@type": "vcard:Contact"
		},
		"keyword": [
			"Boundaries and Base Data",
			"Environmental Justice",
			"United States",
			"location",
			"boundaries",
			"Census 2020",
			"Census blocks",
			"locations",
			"blocks",
			"centroids",
			"internal points"
		],
		"modified": "2023-09-07",
		"identifier": "97843aa5-9202-402c-a2c9-4f50122bd05f",
		"accessLevel": "public",
		"license": "https://edg.epa.gov/EPA_Data_License.html",
		"temporal": "2020/2029",
		"language": [
			"en",
			"en-us"
		],
		"distribution": [
			{
				"@type": "dcat:Distribution",
				"downloadURL": "https://dmap-data-commons-oa.s3.amazonaws.com/EJAM/blockpoints.rda",
				"format": "Binary Data (.bin)",
				"title": "block internal point coordinates in latitude and longitude, and unique block id",
				"mediaType": "application/octet-stream"
			},
			{
				"@type": "dcat:Distribution",
				"downloadURL": "https://dmap-data-commons-oa.s3.amazonaws.com/EJAM/bgid2fips.rda",
				"format": "Binary Data (.bin)",
				"title": "block group unique id to block group FIPS",
				"mediaType": "application/octet-stream"
			},
			{
				"@type": "dcat:Distribution",
				"downloadURL": "https://dmap-data-commons-oa.s3.amazonaws.com/EJAM/quaddata.rda",
				"format": "Binary Data (.bin)",
				"title": "large data.table of all US blocks with location of each internal point in xyz format for indexing as quadtree index",
				"mediaType": "application/octet-stream"
			},
			{
				"@type": "dcat:Distribution",
				"downloadURL": "https://dmap-data-commons-oa.s3.amazonaws.com/EJAM/blockwts.rda",
				"format": "Binary Data (.bin)",
				"title": "population weights and effective radius for every US Census 2020 block",
				"description": " unique block id and weight that is Census 2020 block population as fraction of parent block group Census 2020 population, and effective radius in miles that is what radius would be if block of this size were a circle",
				"mediaType": "application/octet-stream"
			},
			{
				"@type": "dcat:Distribution",
				"downloadURL": "https://dmap-data-commons-oa.s3.amazonaws.com/EJAM/blockid2fips.rda",
				"format": "Binary Data (.bin)",
				"title": "US blocks with unique id and Census 2020 FIPS code",
				"mediaType": "application/octet-stream"
			}
		],
		"programCode": [
			"020:041"
		],
		"primaryitinvestmentuii": "020-100000050"
	  }
    ], 
    "describedBy": "https://project-open-data.cio.gov/v1.1/schema/catalog.json", 
    "@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld", 
    "@id": "https://edg.epa.gov/data/PUBLIC/OA/metadata/OA.json", 
    "@type": "dcat:Catalog"
}