Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Student authored and Student committed Aug 7, 2015
2 parents 5adf7f6 + cba4079 commit 8fc0c5a
Show file tree
Hide file tree
Showing 227 changed files with 1,300 additions and 360 deletions.
File renamed without changes.
53 changes: 53 additions & 0 deletions CensusStateMigrantHousing.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
H0050007, NAME, state
238, Alabama, 01
362, Alaska, 02
538, Arizona, 04
345, Arkansas, 05
2100, California, 06
524, Colorado, 08
55, Connecticut, 09
43, Delaware, 10
8, District of Columbia, 11
1541, Florida, 12
854, Georgia, 13
117, Hawaii, 15
632, Idaho, 16
315, Illinois, 17
200, Indiana, 18
87, Iowa, 19
129, Kansas, 20
627, Kentucky, 21
999, Louisiana, 22
160, Maine, 23
177, Maryland, 24
161, Massachusetts, 25
1773, Michigan, 26
334, Minnesota, 27
318, Mississippi, 28
193, Missouri, 29
283, Montana, 30
60, Nebraska, 31
242, Nevada, 32
27, New Hampshire, 33
156, New Jersey, 34
229, New Mexico, 35
892, New York, 36
1620, North Carolina, 37
319, North Dakota, 38
346, Ohio, 39
318, Oklahoma, 40
461, Oregon, 41
411, Pennsylvania, 42
12, Rhode Island, 44
370, South Carolina, 45
88, South Dakota, 46
392, Tennessee, 47
2209, Texas, 48
232, Utah, 49
39, Vermont, 50
608, Virginia, 51
1328, Washington, 53
118, West Virginia, 54
249, Wisconsin, 55
322, Wyoming, 56
99, Puerto Rico, 72
Empty file modified USMapPoke.js
100644 → 100755
Empty file.
Empty file modified USTestMap.js
100644 → 100755
Empty file.
Empty file modified font/FontAwesome.otf
100644 → 100755
Empty file.
Empty file modified font/fontawesome-webfont.eot
100644 → 100755
Empty file.
Empty file modified font/fontawesome-webfont.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified font/fontawesome-webfont.ttf
100644 → 100755
Empty file.
Empty file modified font/fontawesome-webfont.woff
100644 → 100755
Empty file.
Empty file modified font/fontawesome-webfont.woff2
100644 → 100755
Empty file.
Empty file modified font/glyphicons-halflings-regular.eot
100644 → 100755
Empty file.
Empty file modified font/glyphicons-halflings-regular.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified font/glyphicons-halflings-regular.ttf
100644 → 100755
Empty file.
Empty file modified font/glyphicons-halflings-regular.woff
100644 → 100755
Empty file.
Empty file modified font/glyphicons-halflings-regular.woff2
100644 → 100755
Empty file.
Empty file modified genericMapCreator.js
100644 → 100755
Empty file.
27 changes: 17 additions & 10 deletions gradientUSMap.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,22 @@ function GradientMap(feature){
// .attr("id", "comboDiv" + this.id.toString());

//this.makeCombo();


// Creates the map div
this.mapDiv = d3.select("#mapContainer")
.append("div")
.attr("id", "mapSVG" + this.id.toString())
.attr("class", this.columnWidth)
.style("width", this.w.toString() + "px")
//.style("height", this.h.toString() + "px");
.style("margin", "0" + newThis.columnMargin);


// Appends an svg with the map controls/gradient to the div
this.grad_svg = this.mapDiv.append("svg")
.attr("width", this.svgScaler * 800)
.attr("height", 40);


// Checks to see if the zoom function is compatible with the web browser being used
if(this.canZoom){

this.svg = this.mapDiv.append("svg")
Expand All @@ -110,7 +113,7 @@ function GradientMap(feature){
.append("g");

} else {

// Appends an svg to the div for us to put a map into
this.svg = this.mapDiv.append("svg")
.attr("style", "border: thin solid gray; border-radius: 5px;")
.attr("width", this.w)
Expand All @@ -119,7 +122,7 @@ function GradientMap(feature){
.append("g");

}

d3.select("#mapContainer")
.append("div")
.attr("id", "tooltip" + this.id.toString())
Expand All @@ -128,9 +131,10 @@ function GradientMap(feature){
return this;

};


// This function resets the map to its original scale and position
this.reset = function(){

this.zoom.scale(1);
this.zoom.translate([0, 0]);
this.svg.transition().duration(0).
Expand Down Expand Up @@ -317,6 +321,7 @@ function GradientMap(feature){
}

})
// Apply these attributes to this map object
.on("click", newThis.linkWithObservers)
.on("mouseover", newThis.mouseOver)
.on("mouseout", newThis.mouseOut)
Expand Down Expand Up @@ -466,9 +471,8 @@ function GradientMap(feature){
this.rest_of_filename = new_name;
return this;
};

this.drawBoxes = function(boxNum){

this.drawBoxes = function(boxNum){

var colorArray = makeRange(boxNum, newThis.start_color, newThis.end_color);
newThis.grad_svg.selectAll(".rectangle").remove();
Expand Down Expand Up @@ -696,7 +700,9 @@ function GradientMap(feature){
});

};


// This function computes the geometric center of each state based on the furthest points of the country/state
// rather than the center of mass
this.computeCenter = function(data){

var nums = [];
Expand Down Expand Up @@ -865,6 +871,7 @@ function GradientMap(feature){
return "#ccc";
}
})
// Apply these attributes to this map object
.style("stroke-width", "1")
.style("stroke", "black")
.on("click", newThis.clickWithObservers)
Expand Down
Empty file modified images/MS_thumb.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/bg_direction_nav.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/fullscreen/1.jpg
Binary file not shown.
Binary file removed images/fullscreen/2.jpg
Binary file not shown.
Binary file removed images/fullscreen/3.jpg
Binary file not shown.
Binary file removed images/fullscreen/4.jpg
Binary file not shown.
Binary file removed images/fullscreen/5.jpg
Binary file not shown.
Binary file removed images/fullscreen/6.jpg
Binary file not shown.
Binary file removed images/fullscreen/high.gif
Binary file not shown.
Binary file removed images/fullscreen/huge.gif
Binary file not shown.
Binary file removed images/fullscreen/wide.gif
Binary file not shown.
Empty file modified images/mocologo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/mocostar.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/mocostar_icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/overlay-bg.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_rounded/btnNext.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_rounded/btnPrevious.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_rounded/contentPattern.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_rounded/default_thumbnail.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_rounded/loader.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_rounded/sprite.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_square/btnNext.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_square/btnPrevious.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/prettyPhoto/dark_square/contentPattern.png
100644 → 100755
Empty file modified images/prettyPhoto/dark_square/default_thumbnail.gif
100644 → 100755
Empty file modified images/prettyPhoto/dark_square/loader.gif
100644 → 100755
Empty file modified images/prettyPhoto/dark_square/sprite.png
100644 → 100755
Empty file modified images/prettyPhoto/default/default_thumb.png
100644 → 100755
Empty file modified images/prettyPhoto/default/loader.gif
100644 → 100755
Empty file modified images/prettyPhoto/default/sprite.png
100644 → 100755
Empty file modified images/prettyPhoto/default/sprite_next.png
100644 → 100755
Empty file modified images/prettyPhoto/default/sprite_prev.png
100644 → 100755
Empty file modified images/prettyPhoto/default/sprite_x.png
100644 → 100755
Empty file modified images/prettyPhoto/default/sprite_y.png
100644 → 100755
Empty file modified images/prettyPhoto/facebook/btnNext.png
100644 → 100755
Empty file modified images/prettyPhoto/facebook/btnPrevious.png
100644 → 100755
Empty file modified images/prettyPhoto/facebook/contentPatternBottom.png
100644 → 100755
Empty file modified images/prettyPhoto/facebook/contentPatternLeft.png
100644 → 100755
Empty file modified images/prettyPhoto/facebook/contentPatternRight.png
100644 → 100755
Empty file modified images/prettyPhoto/facebook/contentPatternTop.png
100644 → 100755
Empty file modified images/prettyPhoto/facebook/default_thumbnail.gif
100644 → 100755
Empty file modified images/prettyPhoto/facebook/loader.gif
100644 → 100755
Empty file modified images/prettyPhoto/facebook/sprite.png
100644 → 100755
Empty file modified images/prettyPhoto/light_rounded/btnNext.png
100644 → 100755
Empty file modified images/prettyPhoto/light_rounded/btnPrevious.png
100644 → 100755
Empty file modified images/prettyPhoto/light_rounded/default_thumbnail.gif
100644 → 100755
Empty file modified images/prettyPhoto/light_rounded/loader.gif
100644 → 100755
Empty file modified images/prettyPhoto/light_rounded/sprite.png
100644 → 100755
Empty file modified images/prettyPhoto/light_square/btnNext.png
100644 → 100755
Empty file modified images/prettyPhoto/light_square/btnPrevious.png
100644 → 100755
Empty file modified images/prettyPhoto/light_square/default_thumbnail.gif
100644 → 100755
Empty file modified images/prettyPhoto/light_square/loader.gif
100644 → 100755
Empty file modified images/prettyPhoto/light_square/sprite.png
100644 → 100755
Binary file removed images/thumbnails/flash-logo.png
Diff not rendered.
Binary file removed images/thumbnails/quicktime-logo.gif
Diff not rendered.
Binary file removed images/thumbnails/t_1.jpg
Diff not rendered.
Binary file removed images/thumbnails/t_2.jpg
Diff not rendered.
Binary file removed images/thumbnails/t_3.jpg
Diff not rendered.
Binary file removed images/thumbnails/t_4.jpg
Diff not rendered.
Binary file removed images/thumbnails/t_5.jpg
Diff not rendered.
Empty file modified index.html
100644 → 100755
Empty file.
Empty file modified js/bootstrap.js
100644 → 100755
Empty file.
Empty file modified js/bootstrap.min.js
100644 → 100755
Empty file.
Empty file modified js/npm.js
100644 → 100755
Empty file.
Empty file modified jscolor/arrow.gif
100644 → 100755
Empty file modified jscolor/cross.gif
100644 → 100755
Empty file modified jscolor/demo.html
100644 → 100755
Empty file.
Empty file modified jscolor/hs.png
100644 → 100755
Empty file modified jscolor/hv.png
100644 → 100755
Empty file modified jscolor/jscolor.js
100644 → 100755
Empty file.
53 changes: 53 additions & 0 deletions json/CensusStateMigrantHousing.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
H0050007, NAME, state
238, Alabama, 01
362, Alaska, 02
538, Arizona, 04
345, Arkansas, 05
2100, California, 06
524, Colorado, 08
55, Connecticut, 09
43, Delaware, 10
8, District of Columbia, 11
1541, Florida, 12
854, Georgia, 13
117, Hawaii, 15
632, Idaho, 16
315, Illinois, 17
200, Indiana, 18
87, Iowa, 19
129, Kansas, 20
627, Kentucky, 21
999, Louisiana, 22
160, Maine, 23
177, Maryland, 24
161, Massachusetts, 25
1773, Michigan, 26
334, Minnesota, 27
318, Mississippi, 28
193, Missouri, 29
283, Montana, 30
60, Nebraska, 31
242, Nevada, 32
27, New Hampshire, 33
156, New Jersey, 34
229, New Mexico, 35
892, New York, 36
1620, North Carolina, 37
319, North Dakota, 38
346, Ohio, 39
318, Oklahoma, 40
461, Oregon, 41
411, Pennsylvania, 42
12, Rhode Island, 44
370, South Carolina, 45
88, South Dakota, 46
392, Tennessee, 47
2209, Texas, 48
232, Utah, 49
39, Vermont, 50
608, Virginia, 51
1328, Washington, 53
118, West Virginia, 54
249, Wisconsin, 55
322, Wyoming, 56
99, Puerto Rico, 72
Empty file modified json/countyPokes/AKpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/ALpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/ARpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/AZpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/CApoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/COpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/CTpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/DCpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/DEpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/FLpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/GApoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/HIpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/IApoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/IDpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/ILpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/INpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/KSpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/KYpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/LApoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/MApoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/MDpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/MEpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/MIpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/MNpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/MOpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/MSpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/MTpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/NCpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/NDpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/NEpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/NHpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/NJpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/NMpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/NVpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/NYpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/OHpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/OKpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/ORpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/PApoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/PRpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/RIpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/SCpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/SDpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/TNpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/TXpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/UTpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/VApoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/VTpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/WApoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/WIpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/WVpoke.csv
100644 → 100755
Empty file.
Empty file modified json/countyPokes/WYpoke.csv
100644 → 100755
Empty file.
Empty file modified json/dataScraper.py
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/AKpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/ALpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/ARpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/AZpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/CApoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/COpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/CTpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/DCpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/DEpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/FLpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/GApoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/HIpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/IApoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/IDpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/ILpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/INpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/KSpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/KYpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/LApoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/MApoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/MDpoke.csv
100644 → 100755
Empty file.
Empty file modified json/migrantHousing/MEpoke.csv
100644 → 100755
Empty file.
84 changes: 84 additions & 0 deletions json/migrantHousing/MImigrantHousing.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
migrant_housing,county,
0,Alcona County,26,001
0,Alger County,26,003
75,Allegan County,26,005
1,Alpena County,26,007
40,Antrim County,26,009
44,Arenac County,26,011
0,Baraga County,26,013
0,Barry County,26,015
2,Bay County,26,017
14,Benzie County,26,019
262,Berrien County,26,021
6,Branch County,26,023
10,Calhoun County,26,025
24,Cass County,26,027
4,Charlevoix County,26,029
2,Cheboygan County,26,031
1,Chippewa County,26,033
5,Clare County,26,035
3,Clinton County,26,037
1,Crawford County,26,039
1,Delta County,26,041
0,Dickinson County,26,043
2,Eaton County,26,045
5,Emmet County,26,047
1,Genesee County,26,049
1,Gladwin County,26,051
2,Gogebic County,26,053
54,Grand Traverse County,26,055
18,Gratiot County,26,057
0,Hillsdale County,26,059
0,Houghton County,26,061
7,Huron County,26,063
20,Ingham County,26,065
17,Ionia County,26,067
0,Iosco County,26,069
1,Iron County,26,071
8,Isabella County,26,073
4,Jackson County,26,075
1,Kalamazoo County,26,077
1,Kalkaska County,26,079
157,Kent County,26,081
0,Keweenaw County,26,083
0,Lake County,26,085
40,Lapeer County,26,087
39,Leelanau County,26,089
8,Lenawee County,26,091
22,Livingston County,26,093
1,Luce County,26,095
1,Mackinac County,26,097
7,Macomb County,26,099
43,Manistee County,26,101
2,Marquette County,26,103
23,Mason County,26,105
1,Mecosta County,26,107
2,Menominee County,26,109
7,Midland County,26,111
3,Missaukee County,26,113
14,Monroe County,26,115
14,Montcalm County,26,117
0,Montmorency County,26,119
22,Muskegon County,26,121
47,Newaygo County,26,123
11,Oakland County,26,125
300,Oceana County,26,127
0,Ogemaw County,26,129
0,Ontonagon County,26,131
0,Osceola County,26,133
0,Oscoda County,26,135
2,Otsego County,26,137
79,Ottawa County,26,139
0,Presque Isle County,26,141
0,Roscommon County,26,143
1,Saginaw County,26,145
5,St. Clair County,26,147
9,St. Joseph County,26,149
9,Sanilac County,26,151
0,Schoolcraft County,26,153
3,Shiawassee County,26,155
6,Tuscola County,26,157
249,Van Buren County,26,159
1,Washtenaw County,26,161
6,Wayne County,26,163
2,Wexford County,26,165
Empty file modified json/migrantHousing/MIpoke.csv
100644 → 100755
Empty file.
88 changes: 88 additions & 0 deletions json/migrantHousing/MNmigrantHousing.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
migrant_housing,county,
0,Aitkin County,27,001
2,Anoka County,27,003
1,Becker County,27,005
0,Beltrami County,27,007
0,Benton County,27,009
1,Big Stone County,27,011
2,Blue Earth County,27,013
9,Brown County,27,015
1,Carlton County,27,017
3,Carver County,27,019
0,Cass County,27,021
1,Chippewa County,27,023
10,Chisago County,27,025
4,Clay County,27,027
0,Clearwater County,27,029
0,Cook County,27,031
0,Cottonwood County,27,033
1,Crow Wing County,27,035
4,Dakota County,27,037
18,Dodge County,27,039
0,Douglas County,27,041
4,Faribault County,27,043
1,Fillmore County,27,045
6,Freeborn County,27,047
0,Goodhue County,27,049
1,Grant County,27,051
9,Hennepin County,27,053
0,Houston County,27,055
0,Hubbard County,27,057
0,Isanti County,27,059
1,Itasca County,27,061
1,Jackson County,27,063
0,Kanabec County,27,065
10,Kandiyohi County,27,067
1,Kittson County,27,069
0,Koochiching County,27,071
2,Lac qui Parle County,27,073
1,Lake County,27,075
0,Lake of the Woods County,27,077
0,Le Sueur County,27,079
0,Lincoln County,27,081
3,Lyon County,27,083
3,McLeod County,27,085
1,Mahnomen County,27,087
18,Marshall County,27,089
3,Martin County,27,091
1,Meeker County,27,093
0,Mille Lacs County,27,095
0,Morrison County,27,097
1,Mower County,27,099
0,Murray County,27,101
0,Nicollet County,27,103
0,Nobles County,27,105
13,Norman County,27,107
41,Olmsted County,27,109
8,Otter Tail County,27,111
1,Pennington County,27,113
0,Pine County,27,115
0,Pipestone County,27,117
7,Polk County,27,119
0,Pope County,27,121
0,Ramsey County,27,123
1,Red Lake County,27,125
3,Redwood County,27,127
31,Renville County,27,129
0,Rice County,27,131
0,Rock County,27,133
0,Roseau County,27,135
0,St. Louis County,27,137
0,Scott County,27,139
9,Sherburne County,27,141
28,Sibley County,27,143
1,Stearns County,27,145
0,Steele County,27,147
4,Stevens County,27,149
1,Swift County,27,151
4,Todd County,27,153
3,Traverse County,27,155
17,Wabasha County,27,157
1,Wadena County,27,159
3,Waseca County,27,161
13,Washington County,27,163
0,Watonwan County,27,165
14,Wilkin County,27,167
3,Winona County,27,169
1,Wright County,27,171
3,Yellow Medicine County,27,173
Empty file modified json/migrantHousing/MNpoke.csv
100644 → 100755
Empty file.
Loading

0 comments on commit 8fc0c5a

Please sign in to comment.