Menu This is the pull down menu

If you want to help us identify all the prisons and jails in the United States or other countries, here's how:

  1. Contact Ed Sawicki and you'll be assigned a state and a jail type (county or city).
  2. You may also volunteer to submit prison information for other countries.
  3. You'll collect the information and place it in a text file that's described below.
  4. Send it to Ed Sawicki via email.
Photo of a flat Earth

File format

Information about prisons and jails is communicated via an XML-formatted, plain text file. Here's an example of what that looks like:


<marker>
        <name>Clallam County Jail</name>
        <adr>223 East 4th Street, Port Angeles</adr>
        <state>WA</state>
        <geo>48.11581859, -123.4325759</geo>
        <tag>County</tag>
        <gender>Male and Female</gender>
	<id>ejs</id>
</marker>
<marker>
        <name>Algona Prison</name>
        <adr>Main Street, Kent</adr>
        <state>WA</state>
        <geo>47.27820057, -122.2477160</geo>
        <tag>County</tag>
        <cap>17</cap>
	<employs>6</employs>
        <gender>Male</gender>
        <open>1997</open>
	<id>ejs</id>
</marker>
<marker>
        <name>Score Regional Jail</name>
        <aka>South Correctional Entity</aka>
        <adr>20817 17th Ave S, Des Moines</adr>
        <state>WA</state>
        <geo>47.41489428, -122.3125661</geo>
        <tag>City</tag>
        <cap>802</cap>
        <gender>Male and Female</gender>
        <note>Owners are Auburn, Burien, Des Moines, Renton, SeaTac, and Tukwila</note>
        <url>https://blanfordlaw.com/score-jail/</url>
	<id>ejs</id>
</marker>

This format allows you to put in as much or as little information as you can find. Here's what these lines mean:

Assemble a file of a few prisons and send it to Ed so we know the format is correct.

Plain text files are preferred. This means using a plain text editor. If you must use a word processor, save it in a plain text format if you can.