<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://mikelivolsi.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://mikelivolsi.com/wiki/feed.php">
        <title>Mike&#039;s Wiki - census</title>
        <description></description>
        <link>http://mikelivolsi.com/wiki/</link>
        <image rdf:resource="http://mikelivolsi.com/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-02T10:21:16+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=census:highcharts&amp;rev=1766168837&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=census:qgis_example2&amp;rev=1767129366&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=census:qgis_install&amp;rev=1766175449&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=census:qgis_poverty_date&amp;rev=1767210266&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=census:qgis_using&amp;rev=1766430911&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=census:qgis&amp;rev=1766162151&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=census:state_codes&amp;rev=1766169085&amp;do=diff"/>
                <rdf:li rdf:resource="http://mikelivolsi.com/wiki/doku.php?id=census:super_fund_sites&amp;rev=1766437111&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://mikelivolsi.com/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Mike's Wiki</title>
        <link>http://mikelivolsi.com/wiki/</link>
        <url>http://mikelivolsi.com/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=census:highcharts&amp;rev=1766168837&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-19T18:27:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>highcharts</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=census:highcharts&amp;rev=1766168837&amp;do=diff</link>
        <description>Installing HighCharts

Highcharts offers a number of graph types, such as lines, bar, pie, etc. We&#039;ll be using highcharts to blend in with QGIS.

On your webserver, change your directory to your “document_root” (ie. /var/www/html)

	*  sudo su - root</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=census:qgis_example2&amp;rev=1767129366&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-30T21:16:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>qgis_example2</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=census:qgis_example2&amp;rev=1767129366&amp;do=diff</link>
        <description>QGIS Data Layer - University

Downloading

	*  To download the shapefile for the IPEDS data of locations of Universities in the US:
	*  &lt;https://data.opendatasoft.com/explore/dataset/us-colleges-and-universities%40public/information/?flg=en-us&amp;utm_source=chatgpt.com&gt;
	*  Click “Export” tab
	*  Click the “CSV” file as the “shp” file was malformed

Importing CSV File</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=census:qgis_install&amp;rev=1766175449&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-19T20:17:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>qgis_install</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=census:qgis_install&amp;rev=1766175449&amp;do=diff</link>
        <description>Installing QGIS

The following are instructions on installing and starting QGIS on Ubuntu/Mint22.

Installing Qgis

The following are instructions for Installing QGIS on Ubuntu/Mint and then loading Census Data

	*  apt update
	*  As user root: apt install qgis (this installed 3.22  which is a long term support version)</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=census:qgis_poverty_date&amp;rev=1767210266&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-31T19:44:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>qgis_poverty_date</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=census:qgis_poverty_date&amp;rev=1767210266&amp;do=diff</link>
        <description>DRAFT

Placeholder - Download the 2023 5 Year ACS. Variables are statefips, puma, household Income and foodstamps.
Puma/State are the bridge between the shapefiles and the database


create database puma_db;

create user &#039;puma_user&#039;@&#039;%&#039; identified by &#039;xxxxx&#039;;
grant all privileges on puma_db.* to &#039;puma_user&#039;@&#039;%&#039;;

mysql&gt; create table  temp
( 
 year int(4),
 multi_year int(4),
 sample int(8),
 serial int(12),
 cbserial int,       -- Serial number of the sample
 hh_weight float,    -- number of hou…</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=census:qgis_using&amp;rev=1766430911&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-22T19:15:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>qgis_using</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=census:qgis_using&amp;rev=1766430911&amp;do=diff</link>
        <description>QGIS

First, let&#039;s get this over with and go with the basics.

Shape Files

What are shape files ? They are files that store polygons. An example of a shape is a triangle, which consists of 3 X,Y coordinates on a 2 dimensional plane. A square has 4, and so on. A state or a county can have hundreds of points. States like Colorado (basically a square)are much simpler compared to New York, New Jersey, etc.. or Wisconsin.</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=census:qgis&amp;rev=1766162151&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-19T16:35:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>qgis</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=census:qgis&amp;rev=1766162151&amp;do=diff</link>
        <description>Download Census Data

Downloading Census Data for PUMA (Names)
The data can be found on the census site itself:

&lt;https://www.census.gov/programs-surveys/geography/guidance/geo-areas/pumas.html?utm_source=chatgpt.com&gt;

	*  Scroll down until you see:  2020 PUMA Names File [&lt;1.0 MB]
	*  Download the file
	*  Because the file is in acrobat, use Google Docs to open it.</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=census:state_codes&amp;rev=1766169085&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-19T18:31:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>state_codes</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=census:state_codes&amp;rev=1766169085&amp;do=diff</link>
        <description>State Codes Used by QGIS


01 AL ALABAMA
02 AK ALASKA
04 AZ ARIZONA
05 AR ARKANSAS
06 CA CALIFORNIA
08 CO COLORADO
09 CT CONNECTICUT
10 DE DELAWARE
11 DC DISTRICT OF COLUMBIA
12 FL FLORIDA
13 GA GEORGIA
15 HI HAWAII
16 ID IDAHO
17 IL ILLINOIS
18 IN INDIANA
19 IA IOWA
20 KS KANSAS
21 KY KENTUCKY
22 LA LOUISIANA
23 ME MAINE
24 MD MARYLAND
25 MA MASSACHUSETTS
26 MI MICHIGAN
27 MN MINNESOTA
28 MS MISSISSIPPI
29 MO MISSOURI
30 MT MONTANA
31 NE NEBRASKA
32 NV NEVADA
33 NH NEW HAMPSHIRE
34 NJ NEW JERSE…</description>
    </item>
    <item rdf:about="http://mikelivolsi.com/wiki/doku.php?id=census:super_fund_sites&amp;rev=1766437111&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-22T20:58:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>super_fund_sites</title>
        <link>http://mikelivolsi.com/wiki/doku.php?id=census:super_fund_sites&amp;rev=1766437111&amp;do=diff</link>
        <description>Data Overlay - Superfund Sites

EPA Superfund sites shapes can be found here: &lt;https://catalog.data.gov/dataset/npl-superfund-site-boundaries-epa10&gt;

	*  Download the file (.gz) from the above site and copy it to your data directory. 
		*  In my case, I will be placing it under /opt/qgis/SuperFund

	*  Open QGIS and go to the toolbar or menu: Layer &gt; Add Layer &gt; Add Vector Layer.</description>
    </item>
</rdf:RDF>
