Skip to content

Instantly share code, notes, and snippets.

@mvexel
Created October 18, 2017 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvexel/525a8aa489dc0f8fd85e46262b3e0888 to your computer and use it in GitHub Desktop.
Save mvexel/525a8aa489dc0f8fd85e46262b3e0888 to your computer and use it in GitHub Desktop.
osmium config file to extract state history PBFs
{
"extracts": [
{
"description": "Full history PBF of Alabama",
"output": "Alabama.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Alabama.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Alaska",
"output": "Alaska.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Alaska.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Arizona",
"output": "Arizona.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Arizona.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Arkansas",
"output": "Arkansas.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Arkansas.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of California",
"output": "California.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "California.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Colorado",
"output": "Colorado.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Colorado.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Connecticut",
"output": "Connecticut.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Connecticut.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Delaware",
"output": "Delaware.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Delaware.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of District of Columbia",
"output": "District of Columbia.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "District of Columbia.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Georgia",
"output": "Georgia.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Georgia.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Hawaii",
"output": "Hawaii.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Hawaii.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Idaho",
"output": "Idaho.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Idaho.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Illinois",
"output": "Illinois.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Illinois.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Indiana",
"output": "Indiana.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Indiana.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Iowa",
"output": "Iowa.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Iowa.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Kansas",
"output": "Kansas.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Kansas.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Maryland",
"output": "Maryland.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Maryland.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Minnesota",
"output": "Minnesota.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Minnesota.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Mississippi",
"output": "Mississippi.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Mississippi.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Montana",
"output": "Montana.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Montana.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Nevada",
"output": "Nevada.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Nevada.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of New Jersey",
"output": "New Jersey.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "New Jersey.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of New Mexico",
"output": "New Mexico.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "New Mexico.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of North Dakota",
"output": "North Dakota.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "North Dakota.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Oklahoma",
"output": "Oklahoma.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Oklahoma.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Pennsylvania",
"output": "Pennsylvania.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Pennsylvania.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of South Carolina",
"output": "South Carolina.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "South Carolina.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of South Dakota",
"output": "South Dakota.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "South Dakota.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Utah",
"output": "Utah.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Utah.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Vermont",
"output": "Vermont.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Vermont.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of West Virginia",
"output": "West Virginia.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "West Virginia.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Wyoming",
"output": "Wyoming.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Wyoming.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of American Samoa",
"output": "American Samoa.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "American Samoa.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Puerto Rico",
"output": "Puerto Rico.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Puerto Rico.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Florida",
"output": "Florida.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Florida.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Kentucky",
"output": "Kentucky.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Kentucky.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Louisiana",
"output": "Louisiana.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Louisiana.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Maine",
"output": "Maine.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Maine.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Massachusetts",
"output": "Massachusetts.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Massachusetts.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Michigan",
"output": "Michigan.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Michigan.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Missouri",
"output": "Missouri.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Missouri.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Nebraska",
"output": "Nebraska.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Nebraska.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of New Hampshire",
"output": "New Hampshire.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "New Hampshire.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of New York",
"output": "New York.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "New York.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of North Carolina",
"output": "North Carolina.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "North Carolina.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Ohio",
"output": "Ohio.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Ohio.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Oregon",
"output": "Oregon.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Oregon.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Rhode Island",
"output": "Rhode Island.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Rhode Island.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Tennessee",
"output": "Tennessee.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Tennessee.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Texas",
"output": "Texas.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Texas.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Virginia",
"output": "Virginia.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Virginia.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Washington",
"output": "Washington.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Washington.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Wisconsin",
"output": "Wisconsin.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Wisconsin.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Guam",
"output": "Guam.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Guam.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of Commonwealth of the Northern Mariana Islands",
"output": "Commonwealth of the Northern Mariana Islands.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "Commonwealth of the Northern Mariana Islands.geojson",
"file_type": "geojson"
}
},
{
"description": "Full history PBF of United States Virgin Islands",
"output": "United States Virgin Islands.osh.pbf",
"output_format": "pbf",
"polygon": {
"file_name": "United States Virgin Islands.geojson",
"file_type": "geojson"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment