Oneida County Online DataPutting Survey Records And Maps Online When On A Tight Budget
PresentersMike Romportl, Oneida CountyLand Information DirectorAndy Faust, North Central Wisconsin RPCSenior GIS Analyst
AgendaOverview of “The Project”Demo of the WebsiteSummaryQuestions
The ProjectPut survey, parcel, zoning, address, voting, FIRM, PLSS corner certificates, survey notes, and anything else Mike could find in his office online.Budget - $0
Steps 1Organize Data9 DVD 43,000 files and around 14GB dataBatch convert all TIFF images to PDFCombined multi pages PDF’s where needed
Step 2Uploaded all the PDF’s to NCWRPC’s website and opened up folder level file browsing
Step 3Created a linked PDF report from MS Access database from the county’s survey index. (429 pages)
Step 4Created HTML form to find maps by number using PHP.<html><body><h4>Retrieve an Oneida County Map!</h4><form action="/phpsessions/get.php" method="post"><select name="type"><option>A</option><option>B</option><option>C</option><option>L</option><option>R</option></select>-<input name="number" type="text" /><input type="submit" /></form></body></html><?phpsession_save_path("your home directory path"/cgi-bin/tmp); session_start(); $dir = "_Maps";$type = $_POST['type'];$number = $_POST['number'];echo "<meta http-equiv='refresh' content='0;url=http://www.ncwrpc.org/Oneida_data/Survey_Maps/$type$dir/$type$number.pdf'>";?>PHP (Hypertext Preprocessor) is a popular general-purpose server side scripting language which can be embedded into HTML to create a wide variety of mini-applications  - Open Source / Free
Step 5Create a webpage
Step 6Search for all survey maps by Town / Range / SectionNeeded to get the survey index database into an online searchable databaseMySQL – open source database / FREE!
Step 7Create a PHP script to find all records by Town / Range / Section<?phpsession_start(); $Town = $_POST['Town'];$Range = $_POST['Range'];$Section = $_POST['Section'];$con = mysql_connect('ncwrpc.fatcowmysql.com', 'oneida', 'password');if (!$con)  {  die('Could not connect: ' . mysql_error());  }mysql_select_db("ncwrpc", $con);$sql = "SELECT * FROM `index5` WHERE `MAPID` = $Town$Range$Section LIMIT 0, 500 ";$result = mysql_query($sql);echo "<table border='2' cellpadding='5' cellspacing='2' bordercolor='#000000' bgcolor='#B8B8B8' ><tr><h2>TOWN: $Town N - RANGE: $Range E - SECTION: $Section</h2><th bgcolor=\"#669999\">MAP1</th><th bgcolor=\"#669999\">DESC. 1</th><th bgcolor=\"#669999\">DESC. 2</th><th bgcolor=\"#669999\">REMARKS</th><th bgcolor=\"#669999\">SURVEYOR</th><th bgcolor=\"#669999\">YEAR</th></tr>";…………………………..etc…………………………
Step 8Add search to website
Search Results
Website
Demo of Websitewww.ncwrpc.org/Oneida_data
SummaryFree?Have a friend (RPC) with a hosting planBe a member of the RPCSome knowledge of HTML – Web ServersPHP   www.php.netMySQL  www.mysql.comMaintenanceCounty staff will FTP new survey, parcel, corner certificates as they become available. (survey index database)SummarySimple way to provide low cost access to records to the public3000 to 5000 hits per month since it went public
Questionswww.ncwrpc.org/Oneida_dataMike Romportl, Oneida CountyAndy Faust, North Central Wisconsin RPC

More Related Content

PPTX
Get Moving Washington County
PPTX
Developing mobile apps pick your poison - levi felling
PDF
Wisconsin Aerial Imagery Business Plan
PDF
Taking Politics Out of Redistricting
PPT
Wood County: A New Point of Beginning
PPTX
Wi 590 nutrient management web application lisa morrison
PPTX
Wigicc's role in wisconsin jon schwitchtenberg
Get Moving Washington County
Developing mobile apps pick your poison - levi felling
Wisconsin Aerial Imagery Business Plan
Taking Politics Out of Redistricting
Wood County: A New Point of Beginning
Wi 590 nutrient management web application lisa morrison
Wigicc's role in wisconsin jon schwitchtenberg

Similar to Putting Survey Records Online (7)

PPTX
Wisconsin SCO Virtual Data Integration
PPT
GeoWeb2009 presentation: Long Island Index &amp; OASIS
ODP
Lost In The Clouds
PPT
Where2.0Now - Finding the heat in Thematic Maps
PPTX
Internet-enabled GIS Using Free and Open Source Tools
PDF
Lost In The Clouds
PDF
Worskhop Leicester 2010
Wisconsin SCO Virtual Data Integration
GeoWeb2009 presentation: Long Island Index &amp; OASIS
Lost In The Clouds
Where2.0Now - Finding the heat in Thematic Maps
Internet-enabled GIS Using Free and Open Source Tools
Lost In The Clouds
Worskhop Leicester 2010
Ad

More from Wisconsin Land Information Association (20)

PPTX
A wikimap of landscape values in the bad river watershed carl sack
PPTX
Workshop using open source software for mobile data collection workshop - a...
PPTX
Surveying and land records management dean roth
PPTX
Mapping spatial patterns of whai finder usage to measure community outreach e...
PPTX
Local gis in the statewide voter registration system sarah whitt
PPTX
Li dar quality control a client's perspective - tyler grosshuesch
PPTX
Li dar meets wisconsinview jc nelson
PPTX
Lakesheds and riverscapes extending wisconsin's hydro database with landsca...
PPTX
Lake habitat mapping with side scan sonar in nine wisconsin lakes - christine...
PPTX
Integrative mapping strategies jeremy bixby
PPTX
Integrating sanitary televising data with utility gis data within the city of...
PPTX
Integrating high accuracy gps with esri's arc gis for windows mobile field so...
PPTX
Implementing arc gis 10.1 for the wisconsin dnr nhi portal levi felling
PPTX
Gis in parks and recreation the proragis website - trish nau
PPTX
Geo moose project update brian fischer
PPTX
Elevation hydrology tools kent pena
PPTX
City of ashland an analysis of mobile gis through amazon elastic cloud comp...
PPTX
Open source web mapping system launch and demonstration andy swartz
PPTX
A Journey Through Mobile Application Development - Brian Fischer
A wikimap of landscape values in the bad river watershed carl sack
Workshop using open source software for mobile data collection workshop - a...
Surveying and land records management dean roth
Mapping spatial patterns of whai finder usage to measure community outreach e...
Local gis in the statewide voter registration system sarah whitt
Li dar quality control a client's perspective - tyler grosshuesch
Li dar meets wisconsinview jc nelson
Lakesheds and riverscapes extending wisconsin's hydro database with landsca...
Lake habitat mapping with side scan sonar in nine wisconsin lakes - christine...
Integrative mapping strategies jeremy bixby
Integrating sanitary televising data with utility gis data within the city of...
Integrating high accuracy gps with esri's arc gis for windows mobile field so...
Implementing arc gis 10.1 for the wisconsin dnr nhi portal levi felling
Gis in parks and recreation the proragis website - trish nau
Geo moose project update brian fischer
Elevation hydrology tools kent pena
City of ashland an analysis of mobile gis through amazon elastic cloud comp...
Open source web mapping system launch and demonstration andy swartz
A Journey Through Mobile Application Development - Brian Fischer
Ad

Recently uploaded (20)

PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Comparative analysis of machine learning models for fake news detection in so...
PDF
CloudStack 4.21: First Look Webinar slides
PDF
OpenACC and Open Hackathons Monthly Highlights July 2025
DOCX
search engine optimization ppt fir known well about this
PDF
Consumable AI The What, Why & How for Small Teams.pdf
PPTX
Build Your First AI Agent with UiPath.pptx
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
PPTX
Microsoft Excel 365/2024 Beginner's training
PPT
What is a Computer? Input Devices /output devices
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
UiPath Agentic Automation session 1: RPA to Agents
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Developing a website for English-speaking practice to English as a foreign la...
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PPTX
2018-HIPAA-Renewal-Training for executives
PDF
Improvisation in detection of pomegranate leaf disease using transfer learni...
Final SEM Unit 1 for mit wpu at pune .pptx
Comparative analysis of machine learning models for fake news detection in so...
CloudStack 4.21: First Look Webinar slides
OpenACC and Open Hackathons Monthly Highlights July 2025
search engine optimization ppt fir known well about this
Consumable AI The What, Why & How for Small Teams.pdf
Build Your First AI Agent with UiPath.pptx
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Credit Without Borders: AI and Financial Inclusion in Bangladesh
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Enhancing plagiarism detection using data pre-processing and machine learning...
Microsoft Excel 365/2024 Beginner's training
What is a Computer? Input Devices /output devices
Zenith AI: Advanced Artificial Intelligence
UiPath Agentic Automation session 1: RPA to Agents
sustainability-14-14877-v2.pddhzftheheeeee
Developing a website for English-speaking practice to English as a foreign la...
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
2018-HIPAA-Renewal-Training for executives
Improvisation in detection of pomegranate leaf disease using transfer learni...

Putting Survey Records Online

  • 1. Oneida County Online DataPutting Survey Records And Maps Online When On A Tight Budget
  • 2. PresentersMike Romportl, Oneida CountyLand Information DirectorAndy Faust, North Central Wisconsin RPCSenior GIS Analyst
  • 3. AgendaOverview of “The Project”Demo of the WebsiteSummaryQuestions
  • 4. The ProjectPut survey, parcel, zoning, address, voting, FIRM, PLSS corner certificates, survey notes, and anything else Mike could find in his office online.Budget - $0
  • 5. Steps 1Organize Data9 DVD 43,000 files and around 14GB dataBatch convert all TIFF images to PDFCombined multi pages PDF’s where needed
  • 6. Step 2Uploaded all the PDF’s to NCWRPC’s website and opened up folder level file browsing
  • 7. Step 3Created a linked PDF report from MS Access database from the county’s survey index. (429 pages)
  • 8. Step 4Created HTML form to find maps by number using PHP.<html><body><h4>Retrieve an Oneida County Map!</h4><form action="/phpsessions/get.php" method="post"><select name="type"><option>A</option><option>B</option><option>C</option><option>L</option><option>R</option></select>-<input name="number" type="text" /><input type="submit" /></form></body></html><?phpsession_save_path("your home directory path"/cgi-bin/tmp); session_start(); $dir = "_Maps";$type = $_POST['type'];$number = $_POST['number'];echo "<meta http-equiv='refresh' content='0;url=http://www.ncwrpc.org/Oneida_data/Survey_Maps/$type$dir/$type$number.pdf'>";?>PHP (Hypertext Preprocessor) is a popular general-purpose server side scripting language which can be embedded into HTML to create a wide variety of mini-applications - Open Source / Free
  • 9. Step 5Create a webpage
  • 10. Step 6Search for all survey maps by Town / Range / SectionNeeded to get the survey index database into an online searchable databaseMySQL – open source database / FREE!
  • 11. Step 7Create a PHP script to find all records by Town / Range / Section<?phpsession_start(); $Town = $_POST['Town'];$Range = $_POST['Range'];$Section = $_POST['Section'];$con = mysql_connect('ncwrpc.fatcowmysql.com', 'oneida', 'password');if (!$con) { die('Could not connect: ' . mysql_error()); }mysql_select_db("ncwrpc", $con);$sql = "SELECT * FROM `index5` WHERE `MAPID` = $Town$Range$Section LIMIT 0, 500 ";$result = mysql_query($sql);echo "<table border='2' cellpadding='5' cellspacing='2' bordercolor='#000000' bgcolor='#B8B8B8' ><tr><h2>TOWN: $Town N - RANGE: $Range E - SECTION: $Section</h2><th bgcolor=\"#669999\">MAP1</th><th bgcolor=\"#669999\">DESC. 1</th><th bgcolor=\"#669999\">DESC. 2</th><th bgcolor=\"#669999\">REMARKS</th><th bgcolor=\"#669999\">SURVEYOR</th><th bgcolor=\"#669999\">YEAR</th></tr>";…………………………..etc…………………………
  • 12. Step 8Add search to website
  • 16. SummaryFree?Have a friend (RPC) with a hosting planBe a member of the RPCSome knowledge of HTML – Web ServersPHP www.php.netMySQL www.mysql.comMaintenanceCounty staff will FTP new survey, parcel, corner certificates as they become available. (survey index database)SummarySimple way to provide low cost access to records to the public3000 to 5000 hits per month since it went public
  • 17. Questionswww.ncwrpc.org/Oneida_dataMike Romportl, Oneida CountyAndy Faust, North Central Wisconsin RPC