Skip to content

Commit

Permalink
Merge pull request #31 from sjsrey/reorg
Browse files Browse the repository at this point in the history
Move data into data direcotry for examples
  • Loading branch information
sjsrey authored Dec 4, 2019
2 parents 55ede80 + ca06be7 commit 0d31099
Show file tree
Hide file tree
Showing 17 changed files with 229 additions and 557 deletions.
2 changes: 1 addition & 1 deletion notebooks/areal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f2c458e3f50>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fb5591d6610>"
]
},
"execution_count": 11,
Expand Down
1 change: 1 addition & 0 deletions notebooks/data/precincts.cpg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UTF-8
Binary file added notebooks/data/precincts.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions notebooks/data/precincts.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["Lambert_Conformal_Conic",GEOGCS["GCS_GRS 1980(IUGG, 1980)",DATUM["D_unknown",SPHEROID["GRS80",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["standard_parallel_1",32.78333333333333],PARAMETER["standard_parallel_2",33.88333333333333],PARAMETER["latitude_of_origin",32.16666666666666],PARAMETER["central_meridian",-116.25],PARAMETER["false_easting",6561666.666666667],PARAMETER["false_northing",1640416.666666667],UNIT["Foot_US",0.30480060960121924]]
Binary file added notebooks/data/precincts.qgz
Binary file not shown.
1 change: 1 addition & 0 deletions notebooks/data/precincts.qpj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["unnamed",GEOGCS["GRS 1980(IUGG, 1980)",DATUM["unknown",SPHEROID["GRS80",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",32.78333333333333],PARAMETER["standard_parallel_2",33.88333333333333],PARAMETER["latitude_of_origin",32.16666666666666],PARAMETER["central_meridian",-116.25],PARAMETER["false_easting",6561666.666666667],PARAMETER["false_northing",1640416.666666667],UNIT["Foot_US",0.3048006096012192]]
Binary file added notebooks/data/precincts.shp
Binary file not shown.
Binary file added notebooks/data/precincts.shx
Binary file not shown.
Binary file added notebooks/data/precincts_valid.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions notebooks/data/precincts_valid.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["Lambert_Conformal_Conic",GEOGCS["GCS_GRS 1980(IUGG, 1980)",DATUM["D_unknown",SPHEROID["GRS80",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["standard_parallel_1",32.78333333333333],PARAMETER["standard_parallel_2",33.88333333333333],PARAMETER["latitude_of_origin",32.16666666666666],PARAMETER["central_meridian",-116.25],PARAMETER["false_easting",6561666.666666667],PARAMETER["false_northing",1640416.666666667],UNIT["Foot_US",0.30480060960121924]]
1 change: 1 addition & 0 deletions notebooks/data/precincts_valid.qpj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["unnamed",GEOGCS["GRS 1980(IUGG, 1980)",DATUM["unknown",SPHEROID["GRS80",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",32.78333333333333],PARAMETER["standard_parallel_2",33.88333333333333],PARAMETER["latitude_of_origin",32.16666666666666],PARAMETER["central_meridian",-116.25],PARAMETER["false_easting",6561666.666666667],PARAMETER["false_northing",1640416.666666667],UNIT["Foot_US",0.3048006096012192]]
Binary file added notebooks/data/precincts_valid.shp
Binary file not shown.
Binary file added notebooks/data/precincts_valid.shx
Binary file not shown.
Binary file added notebooks/data/riverside_precinct.zip
Binary file not shown.
Binary file added notebooks/data/sb_precinct.zip
Binary file not shown.
Binary file added notebooks/data/tract.zip
Binary file not shown.
779 changes: 223 additions & 556 deletions notebooks/precincts.ipynb

Large diffs are not rendered by default.

0 comments on commit 0d31099

Please sign in to comment.