SlideShare a Scribd company logo
1 of 77
Download to read offline
TCC Automation
                My project
                 My Blog
                     OSM
      Links and References
                Thank you




   TCC Automation Project
         My Blog
    Open Street Mapping

                 Sandeep Kaur
                 90370821211

        Dept. of Information Technology


              October 21, 2011


Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation



  Introduction of TCC Automation
  Automation is the use of control systems and information
  technologies to reduce the need for human work in the production
  of goods and services. Raw data storage, electronic transfer, and
  the management of electronic business information comprise the
  basic activities of an office automation system.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Objectives of TCC Automation
      Make your work less tedious.
      Trim hours off your workload.
      Reduce repetitive keyboard strokes or mouse-clicks.
      Make data entry easier with fewer tabs or mouse movements.
      Take any job you do longhand and make the computer do it
      for you.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Objectives of TCC Automation
      Make your work less tedious.
      Trim hours off your workload.
      Reduce repetitive keyboard strokes or mouse-clicks.
      Make data entry easier with fewer tabs or mouse movements.
      Take any job you do longhand and make the computer do it
      for you.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Objectives of TCC Automation
      Make your work less tedious.
      Trim hours off your workload.
      Reduce repetitive keyboard strokes or mouse-clicks.
      Make data entry easier with fewer tabs or mouse movements.
      Take any job you do longhand and make the computer do it
      for you.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Objectives of TCC Automation
      Make your work less tedious.
      Trim hours off your workload.
      Reduce repetitive keyboard strokes or mouse-clicks.
      Make data entry easier with fewer tabs or mouse movements.
      Take any job you do longhand and make the computer do it
      for you.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Objectives of TCC Automation
      Make your work less tedious.
      Trim hours off your workload.
      Reduce repetitive keyboard strokes or mouse-clicks.
      Make data entry easier with fewer tabs or mouse movements.
      Take any job you do longhand and make the computer do it
      for you.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Objectives of TCC Automation
      Make your work less tedious.
      Trim hours off your workload.
      Reduce repetitive keyboard strokes or mouse-clicks.
      Make data entry easier with fewer tabs or mouse movements.
      Take any job you do longhand and make the computer do it
      for you.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                            Introduction to TCC Automation
                               My project
                                            its Objective
                                My Blog
                                            Languages and tools used
                                    OSM
                                            My project
                     Links and References
                                            Distribution of money
                               Thank you


TCC Automation



  Languages and tools used
  Programming language : Python
   Framework : Django
  Web Languages : Html, Java Script, CSS
    Database : Mysql




               Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


Python

  About Python
  Python is a dynamic language, as in python coding is very easy
  and also it require less coding and about its interpreted nature it is
  just exellent.Python is a high level programming language and
  Django which is a web development framework is written in python
  language.
  Python is an easy to learn, powerful programming language.Python
  runs on Windows, Linux/Unix, Mac OS X.Python is free to use,
  even for commercial products.Python can also be used as an
  extension language for existing modules and applications that need
  a programmable interface.


                 Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


Django



  Django
  Django is an open source web application framework written in
  python. It lets you build high-performing, elegant Web applications
  quickly. Django focuses on automating as much as possible.
  Django adopts the standard MVC(Model-View-Controller) design
  pattern. But instead, their naming convention is the
  MTV(Model-Template-View).




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


Django


  MTV
         Model is an object relational mapping to your database
               schema. So each model is a class which represent a
               table in your database.
    Template is simply HTML for your views. It also allows you to
             display different messages depending on whether or
             not a user logged in.
          View could be a homepage or a page to display a user’s
               information, for instance



                 Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


MySql
  MySql
  Although Django supports all the Databases like sqlite, Mysql,
  postgresql etc but I used the Mysql. Mysql is worldˆs most popular
                                                       a
  open source database. MySQL is written in C and C++.
  Free-software-open source projects that require a full-featured
  database management system often use MySQL.
  One of the greatest advantage of Django is that it synchronises the
  database only with one command without having any need to send
  different queries for insertion, deletion, updation etc. There is a file
  named models.py which is used for purpose of creating
  database.The command used for database synchronisation is

                        $ python manage.py sycdb
                 Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation

  Report
      Suspense Report
      Suspense-Clearance Report
      T.A./D.A. Bill
      Performa Bill
      Job Register
      Yearly/Monthly Income Report
      Transport Bill
      Other charge Bill
      Faculty Income distribution

                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Reports
      Main Register
      Receipt
      Department/lab Report
      Govt./Semi-Govt./Private Report
      Clearance Report
      General Bill




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Reports
      Main Register
      Receipt
      Department/lab Report
      Govt./Semi-Govt./Private Report
      Clearance Report
      General Bill




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Reports
      Main Register
      Receipt
      Department/lab Report
      Govt./Semi-Govt./Private Report
      Clearance Report
      General Bill




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Reports
      Main Register
      Receipt
      Department/lab Report
      Govt./Semi-Govt./Private Report
      Clearance Report
      General Bill




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Reports
      Main Register
      Receipt
      Department/lab Report
      Govt./Semi-Govt./Private Report
      Clearance Report
      General Bill




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Reports
      Main Register
      Receipt
      Department/lab Report
      Govt./Semi-Govt./Private Report
      Clearance Report
      General Bill




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                             Introduction to TCC Automation
                                My project
                                             its Objective
                                 My Blog
                                             Languages and tools used
                                     OSM
                                             My project
                      Links and References
                                             Distribution of money
                                Thank you


TCC Automation


  Reports
      Main Register
      Receipt
      Department/lab Report
      Govt./Semi-Govt./Private Report
      Clearance Report
      General Bill




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation


  Distribution of money
       College Income
      Administrative
      Development Funds
      Consultatancy Asst.
      Service Tax
      Education Tax
      Higher-Education Tax



                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation


  Distribution of money
       College Income
      Administrative
      Development Funds
      Consultatancy Asst.
      Service Tax
      Education Tax
      Higher-Education Tax



                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation


  Distribution of money
       College Income
      Administrative
      Development Funds
      Consultatancy Asst.
      Service Tax
      Education Tax
      Higher-Education Tax



                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation


  Distribution of money
       College Income
      Administrative
      Development Funds
      Consultatancy Asst.
      Service Tax
      Education Tax
      Higher-Education Tax



                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation


  Distribution of money
       College Income
      Administrative
      Development Funds
      Consultatancy Asst.
      Service Tax
      Education Tax
      Higher-Education Tax



                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation


  Distribution of money
       College Income
      Administrative
      Development Funds
      Consultatancy Asst.
      Service Tax
      Education Tax
      Higher-Education Tax



                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation


  Distribution of money
       College Income
      Administrative
      Development Funds
      Consultatancy Asst.
      Service Tax
      Education Tax
      Higher-Education Tax



                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                              Introduction to TCC Automation
                                 My project
                                              its Objective
                                  My Blog
                                              Languages and tools used
                                      OSM
                                              My project
                       Links and References
                                              Distribution of money
                                 Thank you


TCC Automation


  Distribution of money
       College Income
      Administrative
      Development Funds
      Consultatancy Asst.
      Service Tax
      Education Tax
      Higher-Education Tax



                Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


My Contribution in the software



  My work
      Made Login and registration application
      Added a report named ‘Daily Report’
      Added a module named ‘Labs’
      Introduced new tables in admin section
      Gave different database permissions to different staff members




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


My Contribution in the software



  My work
      Made Login and registration application
      Added a report named ‘Daily Report’
      Added a module named ‘Labs’
      Introduced new tables in admin section
      Gave different database permissions to different staff members




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


My Contribution in the software



  My work
      Made Login and registration application
      Added a report named ‘Daily Report’
      Added a module named ‘Labs’
      Introduced new tables in admin section
      Gave different database permissions to different staff members




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


My Contribution in the software



  My work
      Made Login and registration application
      Added a report named ‘Daily Report’
      Added a module named ‘Labs’
      Introduced new tables in admin section
      Gave different database permissions to different staff members




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


My Contribution in the software



  My work
      Made Login and registration application
      Added a report named ‘Daily Report’
      Added a module named ‘Labs’
      Introduced new tables in admin section
      Gave different database permissions to different staff members




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


My Contribution in the software



  My work
      Made Login and registration application
      Added a report named ‘Daily Report’
      Added a module named ‘Labs’
      Introduced new tables in admin section
      Gave different database permissions to different staff members




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                 My project
                                  My Blog
                                              My Contribution in the software
                                      OSM
                       Links and References
                                 Thank you


TCC Automation




  Login Application
  This increased the security of the project as now only the
  authorised users can have access to the software and thus use it.
  Any unauthorised user now cannot misuse it.




                 Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                              My project
                               My Blog
                                           My Contribution in the software
                                   OSM
                    Links and References
                              Thank you


Login application




              Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


TCC Automation




  Daily Report module
  It was not possible earlier to have a record amount of a day in
  TCC or number of number of days selected but after introduction
  of this module in the software one can do so. This has moreover
  increased the level of automation.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                             My project
                              My Blog
                                          My Contribution in the software
                                  OSM
                   Links and References
                             Thank you


Daily report module added




             Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


Daily report module


  Type of payment selected




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


Daily report module


  Amount calculated




               Sandeep Kaur 90370821211      TCC Automation
TCC Automation
                                 My project
                                  My Blog
                                              My Contribution in the software
                                      OSM
                       Links and References
                                 Thank you


TCC Automation




  Labs module
  This module is used to find the amount recieved for a particular lab
  for the number of days selected. It gives the record for the labs in
  TCC for number of days selected. It has also automated the work.




                 Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                            My project
                             My Blog
                                         My Contribution in the software
                                 OSM
                  Links and References
                            Thank you


Labs module added




            Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


Amount calculated for particular lab



  labs module




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                             My Contribution in the software
                                     OSM
                      Links and References
                                Thank you


TCC Automation




  Introduction of new tables in admin
  Introduction of new tables in admin has made the admin of
  software more powerful as now in order to change the database
  entries he can directly make changes by going to these tables.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                             My project
                              My Blog
                                          My Contribution in the software
                                  OSM
                   Links and References
                             Thank you


Automation tables added in admin




             Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                 My project
                                  My Blog     Blog in Django
                                      OSM     My Blog’s front page
                       Links and References
                                 Thank you


Blog in Django

  My Blog
  I made an application called My Blog in the report. It consists of
  all the necessary modules as the other blogs does have. The
  different moduled are:
      My Posts: It displays all the posts done by me.
      My Poems: The poems posted by me are displayed here.
      My Images/ Sketches: It contains all the images and sketches
      posted.
  I have synchronized Mysql database with it thus all the values of
  posts, Poems and Images are fetched directly from database.


                 Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                             My project
                              My Blog     Blog in Django
                                  OSM     My Blog’s front page
                   Links and References
                             Thank you


Front page of blog




                      Figure: Index page of Blog


             Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


OpenStreetMap



  Introduction to Open Street Mapping
  OpenStreetMap is a wiki page for maps and other geographical
  facts.People gather location data from a variety of sources such as
  recordings from GPS devices, from free satellite imagery or simply
  from knowing an area, and upload this data to OpenStreetMap.
  The uploaded data can be further modified, corrected and enriched
  by anyone who notices missing facts or errors.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap



  collecting Data
  There are variety of ways of gathering data for OSM:
      Using GPS(Global Positioning Device) for tracking the paths
      to be mapped.
      Having Local Knowledge of the area.
      Using the imagery of the area to be mapped




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap



  collecting Data
  There are variety of ways of gathering data for OSM:
      Using GPS(Global Positioning Device) for tracking the paths
      to be mapped.
      Having Local Knowledge of the area.
      Using the imagery of the area to be mapped




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap



  collecting Data
  There are variety of ways of gathering data for OSM:
      Using GPS(Global Positioning Device) for tracking the paths
      to be mapped.
      Having Local Knowledge of the area.
      Using the imagery of the area to be mapped




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap



  collecting Data
  There are variety of ways of gathering data for OSM:
      Using GPS(Global Positioning Device) for tracking the paths
      to be mapped.
      Having Local Knowledge of the area.
      Using the imagery of the area to be mapped




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap


  Uploading GPS data
  The data we, collect in our GPS device is raw and for uploading it
  to OSM, following steps are to be followed:
      The raw data collected by us is in CSV(Comma-Seperated
      Values) and it need to be converted into GPX (GPS eXchange
      Format). It can easily be done by using the GPX convertor.
      Once you have a GPX file containing a GPS trace, you should
      upload it to the site
      Now download the area containing those traces into JOSM



                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap


  Uploading GPS data
  The data we, collect in our GPS device is raw and for uploading it
  to OSM, following steps are to be followed:
      The raw data collected by us is in CSV(Comma-Seperated
      Values) and it need to be converted into GPX (GPS eXchange
      Format). It can easily be done by using the GPX convertor.
      Once you have a GPX file containing a GPS trace, you should
      upload it to the site
      Now download the area containing those traces into JOSM



                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap


  Uploading GPS data
  The data we, collect in our GPS device is raw and for uploading it
  to OSM, following steps are to be followed:
      The raw data collected by us is in CSV(Comma-Seperated
      Values) and it need to be converted into GPX (GPS eXchange
      Format). It can easily be done by using the GPX convertor.
      Once you have a GPX file containing a GPS trace, you should
      upload it to the site
      Now download the area containing those traces into JOSM



                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap


  Uploading GPS data
  The data we, collect in our GPS device is raw and for uploading it
  to OSM, following steps are to be followed:
      The raw data collected by us is in CSV(Comma-Seperated
      Values) and it need to be converted into GPX (GPS eXchange
      Format). It can easily be done by using the GPX convertor.
      Once you have a GPX file containing a GPS trace, you should
      upload it to the site
      Now download the area containing those traces into JOSM



                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Steps to add to OpenStreetMap




  Create/Edit OSM data
  Now edit the map of the area downloaded and make the editing
  according to the knowledge of the area or the data collected by
  GPS device.




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                            My project
                             My Blog
                                 OSM
                  Links and References
                            Thank you


Jalalabad Mapping




            Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


Software Release



  Software Released at:
      http : //automation.sarovar .org

  Working at:
      http : //202.164.53.122/tcc11 12/




                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


References

  Links
       http : //python.org
      http : //djangoproject.com
      http : //djangobook.com
      http : //jagdeepmalhi.blogspot.com

  Mailing Lists
       greatdevelopers@googlegroups.com
      django users@googlegroups.com


                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


References

  Links
       http : //python.org
      http : //djangoproject.com
      http : //djangobook.com
      http : //jagdeepmalhi.blogspot.com

  Mailing Lists
       greatdevelopers@googlegroups.com
      django users@googlegroups.com


                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


References

  Links
       http : //python.org
      http : //djangoproject.com
      http : //djangobook.com
      http : //jagdeepmalhi.blogspot.com

  Mailing Lists
       greatdevelopers@googlegroups.com
      django users@googlegroups.com


                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


References

  Links
       http : //python.org
      http : //djangoproject.com
      http : //djangobook.com
      http : //jagdeepmalhi.blogspot.com

  Mailing Lists
       greatdevelopers@googlegroups.com
      django users@googlegroups.com


                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


References

  Links
       http : //python.org
      http : //djangoproject.com
      http : //djangobook.com
      http : //jagdeepmalhi.blogspot.com

  Mailing Lists
       greatdevelopers@googlegroups.com
      django users@googlegroups.com


                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


References

  Links
       http : //python.org
      http : //djangoproject.com
      http : //djangobook.com
      http : //jagdeepmalhi.blogspot.com

  Mailing Lists
       greatdevelopers@googlegroups.com
      django users@googlegroups.com


                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                                My project
                                 My Blog
                                     OSM
                      Links and References
                                Thank you


References

  Links
       http : //python.org
      http : //djangoproject.com
      http : //djangobook.com
      http : //jagdeepmalhi.blogspot.com

  Mailing Lists
       greatdevelopers@googlegroups.com
      django users@googlegroups.com


                Sandeep Kaur 90370821211     TCC Automation
TCC Automation
                My project
                 My Blog
                     OSM
      Links and References
                Thank you




Sandeep Kaur 90370821211     TCC Automation

More Related Content

Similar to TCC Automation Project Overview

#SPFestDC Automate your digital workplace provisioning with #Microsoft Graph ...
#SPFestDC Automate your digital workplace provisioning with #Microsoft Graph ...#SPFestDC Automate your digital workplace provisioning with #Microsoft Graph ...
#SPFestDC Automate your digital workplace provisioning with #Microsoft Graph ...Vincent Biret
 
Microsoft power automate implementation
Microsoft power automate implementationMicrosoft power automate implementation
Microsoft power automate implementationAYUSHISHARMA295
 
#SPSToronto Digital Workplace provisioning with #MicrosoftGraph and #Azure fu...
#SPSToronto Digital Workplace provisioning with #MicrosoftGraph and #Azure fu...#SPSToronto Digital Workplace provisioning with #MicrosoftGraph and #Azure fu...
#SPSToronto Digital Workplace provisioning with #MicrosoftGraph and #Azure fu...Vincent Biret
 
Construction Tech Trends: Connected Jobsite and Automation
Construction Tech Trends: Connected Jobsite and AutomationConstruction Tech Trends: Connected Jobsite and Automation
Construction Tech Trends: Connected Jobsite and AutomationBridgit
 
Chapter 1 fundamentals of cam
Chapter 1 fundamentals of camChapter 1 fundamentals of cam
Chapter 1 fundamentals of camRAHUL THAKER
 
Accure chatbotsolutions
Accure chatbotsolutionsAccure chatbotsolutions
Accure chatbotsolutionsAccureinc
 
#MicrosoftGraph Community call - automating your digital workplace provisioni...
#MicrosoftGraph Community call - automating your digital workplace provisioni...#MicrosoftGraph Community call - automating your digital workplace provisioni...
#MicrosoftGraph Community call - automating your digital workplace provisioni...Vincent Biret
 
A Model of Opinion Mining to Compute Score from Curriculum Vitae - WBSSTC 2015
A Model of Opinion Mining to Compute Score from Curriculum Vitae - WBSSTC 2015A Model of Opinion Mining to Compute Score from Curriculum Vitae - WBSSTC 2015
A Model of Opinion Mining to Compute Score from Curriculum Vitae - WBSSTC 2015Sohom Ghosh
 
automation
automationautomation
automationMphasis
 
Robotic Process Automation
Robotic Process AutomationRobotic Process Automation
Robotic Process AutomationEileenTan67
 
Workflow: Let Technology Be Your Time Machine
Workflow: Let Technology Be Your Time MachineWorkflow: Let Technology Be Your Time Machine
Workflow: Let Technology Be Your Time MachineWinScribe
 
Asynchronous technology
Asynchronous technologyAsynchronous technology
Asynchronous technologymgupta0
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAshyamraj55
 
Business Process Automation for IT: Tips and Tools!
Business Process Automation for IT: Tips and Tools!Business Process Automation for IT: Tips and Tools!
Business Process Automation for IT: Tips and Tools!Timecamp
 
Write catcher presentation
Write catcher presentationWrite catcher presentation
Write catcher presentationsuleimom
 
Perth MuleSoft Meetup June 2023
Perth MuleSoft Meetup June 2023Perth MuleSoft Meetup June 2023
Perth MuleSoft Meetup June 2023Preetham643082
 
Muegge_Do-it-yourself MT_Taking statistical machine translation to the next l...
Muegge_Do-it-yourself MT_Taking statistical machine translation to the next l...Muegge_Do-it-yourself MT_Taking statistical machine translation to the next l...
Muegge_Do-it-yourself MT_Taking statistical machine translation to the next l...Uwe Muegge
 
GIB2018 AKL - Introduction to Bots, Luis and Flow
GIB2018 AKL - Introduction to Bots, Luis and FlowGIB2018 AKL - Introduction to Bots, Luis and Flow
GIB2018 AKL - Introduction to Bots, Luis and FlowWagner Silveira
 
Voice based autometedtransport enquiry system in #c by Rohit malav
Voice based autometedtransport enquiry system in #c by Rohit malavVoice based autometedtransport enquiry system in #c by Rohit malav
Voice based autometedtransport enquiry system in #c by Rohit malavRohit malav
 

Similar to TCC Automation Project Overview (20)

#SPFestDC Automate your digital workplace provisioning with #Microsoft Graph ...
#SPFestDC Automate your digital workplace provisioning with #Microsoft Graph ...#SPFestDC Automate your digital workplace provisioning with #Microsoft Graph ...
#SPFestDC Automate your digital workplace provisioning with #Microsoft Graph ...
 
Microsoft power automate implementation
Microsoft power automate implementationMicrosoft power automate implementation
Microsoft power automate implementation
 
KantanMT
KantanMT KantanMT
KantanMT
 
#SPSToronto Digital Workplace provisioning with #MicrosoftGraph and #Azure fu...
#SPSToronto Digital Workplace provisioning with #MicrosoftGraph and #Azure fu...#SPSToronto Digital Workplace provisioning with #MicrosoftGraph and #Azure fu...
#SPSToronto Digital Workplace provisioning with #MicrosoftGraph and #Azure fu...
 
Construction Tech Trends: Connected Jobsite and Automation
Construction Tech Trends: Connected Jobsite and AutomationConstruction Tech Trends: Connected Jobsite and Automation
Construction Tech Trends: Connected Jobsite and Automation
 
Chapter 1 fundamentals of cam
Chapter 1 fundamentals of camChapter 1 fundamentals of cam
Chapter 1 fundamentals of cam
 
Accure chatbotsolutions
Accure chatbotsolutionsAccure chatbotsolutions
Accure chatbotsolutions
 
#MicrosoftGraph Community call - automating your digital workplace provisioni...
#MicrosoftGraph Community call - automating your digital workplace provisioni...#MicrosoftGraph Community call - automating your digital workplace provisioni...
#MicrosoftGraph Community call - automating your digital workplace provisioni...
 
A Model of Opinion Mining to Compute Score from Curriculum Vitae - WBSSTC 2015
A Model of Opinion Mining to Compute Score from Curriculum Vitae - WBSSTC 2015A Model of Opinion Mining to Compute Score from Curriculum Vitae - WBSSTC 2015
A Model of Opinion Mining to Compute Score from Curriculum Vitae - WBSSTC 2015
 
automation
automationautomation
automation
 
Robotic Process Automation
Robotic Process AutomationRobotic Process Automation
Robotic Process Automation
 
Workflow: Let Technology Be Your Time Machine
Workflow: Let Technology Be Your Time MachineWorkflow: Let Technology Be Your Time Machine
Workflow: Let Technology Be Your Time Machine
 
Asynchronous technology
Asynchronous technologyAsynchronous technology
Asynchronous technology
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
 
Business Process Automation for IT: Tips and Tools!
Business Process Automation for IT: Tips and Tools!Business Process Automation for IT: Tips and Tools!
Business Process Automation for IT: Tips and Tools!
 
Write catcher presentation
Write catcher presentationWrite catcher presentation
Write catcher presentation
 
Perth MuleSoft Meetup June 2023
Perth MuleSoft Meetup June 2023Perth MuleSoft Meetup June 2023
Perth MuleSoft Meetup June 2023
 
Muegge_Do-it-yourself MT_Taking statistical machine translation to the next l...
Muegge_Do-it-yourself MT_Taking statistical machine translation to the next l...Muegge_Do-it-yourself MT_Taking statistical machine translation to the next l...
Muegge_Do-it-yourself MT_Taking statistical machine translation to the next l...
 
GIB2018 AKL - Introduction to Bots, Luis and Flow
GIB2018 AKL - Introduction to Bots, Luis and FlowGIB2018 AKL - Introduction to Bots, Luis and Flow
GIB2018 AKL - Introduction to Bots, Luis and Flow
 
Voice based autometedtransport enquiry system in #c by Rohit malav
Voice based autometedtransport enquiry system in #c by Rohit malavVoice based autometedtransport enquiry system in #c by Rohit malav
Voice based autometedtransport enquiry system in #c by Rohit malav
 

More from sandeepkmadaan

More from sandeepkmadaan (6)

Research in Cloud
Research in CloudResearch in Cloud
Research in Cloud
 
UDM
UDMUDM
UDM
 
Automation Software
Automation SoftwareAutomation Software
Automation Software
 
Evolution4
Evolution4Evolution4
Evolution4
 
Evolution3
Evolution3Evolution3
Evolution3
 
Mailing Guidelines
Mailing GuidelinesMailing Guidelines
Mailing Guidelines
 

Recently uploaded

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 

Recently uploaded (20)

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 

TCC Automation Project Overview

  • 1. TCC Automation My project My Blog OSM Links and References Thank you TCC Automation Project My Blog Open Street Mapping Sandeep Kaur 90370821211 Dept. of Information Technology October 21, 2011 Sandeep Kaur 90370821211 TCC Automation
  • 2. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Introduction of TCC Automation Automation is the use of control systems and information technologies to reduce the need for human work in the production of goods and services. Raw data storage, electronic transfer, and the management of electronic business information comprise the basic activities of an office automation system. Sandeep Kaur 90370821211 TCC Automation
  • 3. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Objectives of TCC Automation Make your work less tedious. Trim hours off your workload. Reduce repetitive keyboard strokes or mouse-clicks. Make data entry easier with fewer tabs or mouse movements. Take any job you do longhand and make the computer do it for you. Sandeep Kaur 90370821211 TCC Automation
  • 4. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Objectives of TCC Automation Make your work less tedious. Trim hours off your workload. Reduce repetitive keyboard strokes or mouse-clicks. Make data entry easier with fewer tabs or mouse movements. Take any job you do longhand and make the computer do it for you. Sandeep Kaur 90370821211 TCC Automation
  • 5. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Objectives of TCC Automation Make your work less tedious. Trim hours off your workload. Reduce repetitive keyboard strokes or mouse-clicks. Make data entry easier with fewer tabs or mouse movements. Take any job you do longhand and make the computer do it for you. Sandeep Kaur 90370821211 TCC Automation
  • 6. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Objectives of TCC Automation Make your work less tedious. Trim hours off your workload. Reduce repetitive keyboard strokes or mouse-clicks. Make data entry easier with fewer tabs or mouse movements. Take any job you do longhand and make the computer do it for you. Sandeep Kaur 90370821211 TCC Automation
  • 7. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Objectives of TCC Automation Make your work less tedious. Trim hours off your workload. Reduce repetitive keyboard strokes or mouse-clicks. Make data entry easier with fewer tabs or mouse movements. Take any job you do longhand and make the computer do it for you. Sandeep Kaur 90370821211 TCC Automation
  • 8. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Objectives of TCC Automation Make your work less tedious. Trim hours off your workload. Reduce repetitive keyboard strokes or mouse-clicks. Make data entry easier with fewer tabs or mouse movements. Take any job you do longhand and make the computer do it for you. Sandeep Kaur 90370821211 TCC Automation
  • 9. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Languages and tools used Programming language : Python Framework : Django Web Languages : Html, Java Script, CSS Database : Mysql Sandeep Kaur 90370821211 TCC Automation
  • 10. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you Python About Python Python is a dynamic language, as in python coding is very easy and also it require less coding and about its interpreted nature it is just exellent.Python is a high level programming language and Django which is a web development framework is written in python language. Python is an easy to learn, powerful programming language.Python runs on Windows, Linux/Unix, Mac OS X.Python is free to use, even for commercial products.Python can also be used as an extension language for existing modules and applications that need a programmable interface. Sandeep Kaur 90370821211 TCC Automation
  • 11. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you Django Django Django is an open source web application framework written in python. It lets you build high-performing, elegant Web applications quickly. Django focuses on automating as much as possible. Django adopts the standard MVC(Model-View-Controller) design pattern. But instead, their naming convention is the MTV(Model-Template-View). Sandeep Kaur 90370821211 TCC Automation
  • 12. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you Django MTV Model is an object relational mapping to your database schema. So each model is a class which represent a table in your database. Template is simply HTML for your views. It also allows you to display different messages depending on whether or not a user logged in. View could be a homepage or a page to display a user’s information, for instance Sandeep Kaur 90370821211 TCC Automation
  • 13. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you MySql MySql Although Django supports all the Databases like sqlite, Mysql, postgresql etc but I used the Mysql. Mysql is worldˆs most popular a open source database. MySQL is written in C and C++. Free-software-open source projects that require a full-featured database management system often use MySQL. One of the greatest advantage of Django is that it synchronises the database only with one command without having any need to send different queries for insertion, deletion, updation etc. There is a file named models.py which is used for purpose of creating database.The command used for database synchronisation is $ python manage.py sycdb Sandeep Kaur 90370821211 TCC Automation
  • 14. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 15. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 16. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 17. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 18. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 19. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 20. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 21. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 22. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 23. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Report Suspense Report Suspense-Clearance Report T.A./D.A. Bill Performa Bill Job Register Yearly/Monthly Income Report Transport Bill Other charge Bill Faculty Income distribution Sandeep Kaur 90370821211 TCC Automation
  • 24. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Reports Main Register Receipt Department/lab Report Govt./Semi-Govt./Private Report Clearance Report General Bill Sandeep Kaur 90370821211 TCC Automation
  • 25. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Reports Main Register Receipt Department/lab Report Govt./Semi-Govt./Private Report Clearance Report General Bill Sandeep Kaur 90370821211 TCC Automation
  • 26. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Reports Main Register Receipt Department/lab Report Govt./Semi-Govt./Private Report Clearance Report General Bill Sandeep Kaur 90370821211 TCC Automation
  • 27. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Reports Main Register Receipt Department/lab Report Govt./Semi-Govt./Private Report Clearance Report General Bill Sandeep Kaur 90370821211 TCC Automation
  • 28. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Reports Main Register Receipt Department/lab Report Govt./Semi-Govt./Private Report Clearance Report General Bill Sandeep Kaur 90370821211 TCC Automation
  • 29. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Reports Main Register Receipt Department/lab Report Govt./Semi-Govt./Private Report Clearance Report General Bill Sandeep Kaur 90370821211 TCC Automation
  • 30. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Reports Main Register Receipt Department/lab Report Govt./Semi-Govt./Private Report Clearance Report General Bill Sandeep Kaur 90370821211 TCC Automation
  • 31. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Distribution of money College Income Administrative Development Funds Consultatancy Asst. Service Tax Education Tax Higher-Education Tax Sandeep Kaur 90370821211 TCC Automation
  • 32. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Distribution of money College Income Administrative Development Funds Consultatancy Asst. Service Tax Education Tax Higher-Education Tax Sandeep Kaur 90370821211 TCC Automation
  • 33. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Distribution of money College Income Administrative Development Funds Consultatancy Asst. Service Tax Education Tax Higher-Education Tax Sandeep Kaur 90370821211 TCC Automation
  • 34. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Distribution of money College Income Administrative Development Funds Consultatancy Asst. Service Tax Education Tax Higher-Education Tax Sandeep Kaur 90370821211 TCC Automation
  • 35. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Distribution of money College Income Administrative Development Funds Consultatancy Asst. Service Tax Education Tax Higher-Education Tax Sandeep Kaur 90370821211 TCC Automation
  • 36. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Distribution of money College Income Administrative Development Funds Consultatancy Asst. Service Tax Education Tax Higher-Education Tax Sandeep Kaur 90370821211 TCC Automation
  • 37. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Distribution of money College Income Administrative Development Funds Consultatancy Asst. Service Tax Education Tax Higher-Education Tax Sandeep Kaur 90370821211 TCC Automation
  • 38. TCC Automation Introduction to TCC Automation My project its Objective My Blog Languages and tools used OSM My project Links and References Distribution of money Thank you TCC Automation Distribution of money College Income Administrative Development Funds Consultatancy Asst. Service Tax Education Tax Higher-Education Tax Sandeep Kaur 90370821211 TCC Automation
  • 39. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you My Contribution in the software My work Made Login and registration application Added a report named ‘Daily Report’ Added a module named ‘Labs’ Introduced new tables in admin section Gave different database permissions to different staff members Sandeep Kaur 90370821211 TCC Automation
  • 40. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you My Contribution in the software My work Made Login and registration application Added a report named ‘Daily Report’ Added a module named ‘Labs’ Introduced new tables in admin section Gave different database permissions to different staff members Sandeep Kaur 90370821211 TCC Automation
  • 41. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you My Contribution in the software My work Made Login and registration application Added a report named ‘Daily Report’ Added a module named ‘Labs’ Introduced new tables in admin section Gave different database permissions to different staff members Sandeep Kaur 90370821211 TCC Automation
  • 42. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you My Contribution in the software My work Made Login and registration application Added a report named ‘Daily Report’ Added a module named ‘Labs’ Introduced new tables in admin section Gave different database permissions to different staff members Sandeep Kaur 90370821211 TCC Automation
  • 43. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you My Contribution in the software My work Made Login and registration application Added a report named ‘Daily Report’ Added a module named ‘Labs’ Introduced new tables in admin section Gave different database permissions to different staff members Sandeep Kaur 90370821211 TCC Automation
  • 44. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you My Contribution in the software My work Made Login and registration application Added a report named ‘Daily Report’ Added a module named ‘Labs’ Introduced new tables in admin section Gave different database permissions to different staff members Sandeep Kaur 90370821211 TCC Automation
  • 45. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you TCC Automation Login Application This increased the security of the project as now only the authorised users can have access to the software and thus use it. Any unauthorised user now cannot misuse it. Sandeep Kaur 90370821211 TCC Automation
  • 46. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you Login application Sandeep Kaur 90370821211 TCC Automation
  • 47. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you TCC Automation Daily Report module It was not possible earlier to have a record amount of a day in TCC or number of number of days selected but after introduction of this module in the software one can do so. This has moreover increased the level of automation. Sandeep Kaur 90370821211 TCC Automation
  • 48. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you Daily report module added Sandeep Kaur 90370821211 TCC Automation
  • 49. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you Daily report module Type of payment selected Sandeep Kaur 90370821211 TCC Automation
  • 50. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you Daily report module Amount calculated Sandeep Kaur 90370821211 TCC Automation
  • 51. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you TCC Automation Labs module This module is used to find the amount recieved for a particular lab for the number of days selected. It gives the record for the labs in TCC for number of days selected. It has also automated the work. Sandeep Kaur 90370821211 TCC Automation
  • 52. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you Labs module added Sandeep Kaur 90370821211 TCC Automation
  • 53. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you Amount calculated for particular lab labs module Sandeep Kaur 90370821211 TCC Automation
  • 54. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you TCC Automation Introduction of new tables in admin Introduction of new tables in admin has made the admin of software more powerful as now in order to change the database entries he can directly make changes by going to these tables. Sandeep Kaur 90370821211 TCC Automation
  • 55. TCC Automation My project My Blog My Contribution in the software OSM Links and References Thank you Automation tables added in admin Sandeep Kaur 90370821211 TCC Automation
  • 56. TCC Automation My project My Blog Blog in Django OSM My Blog’s front page Links and References Thank you Blog in Django My Blog I made an application called My Blog in the report. It consists of all the necessary modules as the other blogs does have. The different moduled are: My Posts: It displays all the posts done by me. My Poems: The poems posted by me are displayed here. My Images/ Sketches: It contains all the images and sketches posted. I have synchronized Mysql database with it thus all the values of posts, Poems and Images are fetched directly from database. Sandeep Kaur 90370821211 TCC Automation
  • 57. TCC Automation My project My Blog Blog in Django OSM My Blog’s front page Links and References Thank you Front page of blog Figure: Index page of Blog Sandeep Kaur 90370821211 TCC Automation
  • 58. TCC Automation My project My Blog OSM Links and References Thank you OpenStreetMap Introduction to Open Street Mapping OpenStreetMap is a wiki page for maps and other geographical facts.People gather location data from a variety of sources such as recordings from GPS devices, from free satellite imagery or simply from knowing an area, and upload this data to OpenStreetMap. The uploaded data can be further modified, corrected and enriched by anyone who notices missing facts or errors. Sandeep Kaur 90370821211 TCC Automation
  • 59. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap collecting Data There are variety of ways of gathering data for OSM: Using GPS(Global Positioning Device) for tracking the paths to be mapped. Having Local Knowledge of the area. Using the imagery of the area to be mapped Sandeep Kaur 90370821211 TCC Automation
  • 60. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap collecting Data There are variety of ways of gathering data for OSM: Using GPS(Global Positioning Device) for tracking the paths to be mapped. Having Local Knowledge of the area. Using the imagery of the area to be mapped Sandeep Kaur 90370821211 TCC Automation
  • 61. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap collecting Data There are variety of ways of gathering data for OSM: Using GPS(Global Positioning Device) for tracking the paths to be mapped. Having Local Knowledge of the area. Using the imagery of the area to be mapped Sandeep Kaur 90370821211 TCC Automation
  • 62. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap collecting Data There are variety of ways of gathering data for OSM: Using GPS(Global Positioning Device) for tracking the paths to be mapped. Having Local Knowledge of the area. Using the imagery of the area to be mapped Sandeep Kaur 90370821211 TCC Automation
  • 63. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap Uploading GPS data The data we, collect in our GPS device is raw and for uploading it to OSM, following steps are to be followed: The raw data collected by us is in CSV(Comma-Seperated Values) and it need to be converted into GPX (GPS eXchange Format). It can easily be done by using the GPX convertor. Once you have a GPX file containing a GPS trace, you should upload it to the site Now download the area containing those traces into JOSM Sandeep Kaur 90370821211 TCC Automation
  • 64. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap Uploading GPS data The data we, collect in our GPS device is raw and for uploading it to OSM, following steps are to be followed: The raw data collected by us is in CSV(Comma-Seperated Values) and it need to be converted into GPX (GPS eXchange Format). It can easily be done by using the GPX convertor. Once you have a GPX file containing a GPS trace, you should upload it to the site Now download the area containing those traces into JOSM Sandeep Kaur 90370821211 TCC Automation
  • 65. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap Uploading GPS data The data we, collect in our GPS device is raw and for uploading it to OSM, following steps are to be followed: The raw data collected by us is in CSV(Comma-Seperated Values) and it need to be converted into GPX (GPS eXchange Format). It can easily be done by using the GPX convertor. Once you have a GPX file containing a GPS trace, you should upload it to the site Now download the area containing those traces into JOSM Sandeep Kaur 90370821211 TCC Automation
  • 66. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap Uploading GPS data The data we, collect in our GPS device is raw and for uploading it to OSM, following steps are to be followed: The raw data collected by us is in CSV(Comma-Seperated Values) and it need to be converted into GPX (GPS eXchange Format). It can easily be done by using the GPX convertor. Once you have a GPX file containing a GPS trace, you should upload it to the site Now download the area containing those traces into JOSM Sandeep Kaur 90370821211 TCC Automation
  • 67. TCC Automation My project My Blog OSM Links and References Thank you Steps to add to OpenStreetMap Create/Edit OSM data Now edit the map of the area downloaded and make the editing according to the knowledge of the area or the data collected by GPS device. Sandeep Kaur 90370821211 TCC Automation
  • 68. TCC Automation My project My Blog OSM Links and References Thank you Jalalabad Mapping Sandeep Kaur 90370821211 TCC Automation
  • 69. TCC Automation My project My Blog OSM Links and References Thank you Software Release Software Released at: http : //automation.sarovar .org Working at: http : //202.164.53.122/tcc11 12/ Sandeep Kaur 90370821211 TCC Automation
  • 70. TCC Automation My project My Blog OSM Links and References Thank you References Links http : //python.org http : //djangoproject.com http : //djangobook.com http : //jagdeepmalhi.blogspot.com Mailing Lists greatdevelopers@googlegroups.com django users@googlegroups.com Sandeep Kaur 90370821211 TCC Automation
  • 71. TCC Automation My project My Blog OSM Links and References Thank you References Links http : //python.org http : //djangoproject.com http : //djangobook.com http : //jagdeepmalhi.blogspot.com Mailing Lists greatdevelopers@googlegroups.com django users@googlegroups.com Sandeep Kaur 90370821211 TCC Automation
  • 72. TCC Automation My project My Blog OSM Links and References Thank you References Links http : //python.org http : //djangoproject.com http : //djangobook.com http : //jagdeepmalhi.blogspot.com Mailing Lists greatdevelopers@googlegroups.com django users@googlegroups.com Sandeep Kaur 90370821211 TCC Automation
  • 73. TCC Automation My project My Blog OSM Links and References Thank you References Links http : //python.org http : //djangoproject.com http : //djangobook.com http : //jagdeepmalhi.blogspot.com Mailing Lists greatdevelopers@googlegroups.com django users@googlegroups.com Sandeep Kaur 90370821211 TCC Automation
  • 74. TCC Automation My project My Blog OSM Links and References Thank you References Links http : //python.org http : //djangoproject.com http : //djangobook.com http : //jagdeepmalhi.blogspot.com Mailing Lists greatdevelopers@googlegroups.com django users@googlegroups.com Sandeep Kaur 90370821211 TCC Automation
  • 75. TCC Automation My project My Blog OSM Links and References Thank you References Links http : //python.org http : //djangoproject.com http : //djangobook.com http : //jagdeepmalhi.blogspot.com Mailing Lists greatdevelopers@googlegroups.com django users@googlegroups.com Sandeep Kaur 90370821211 TCC Automation
  • 76. TCC Automation My project My Blog OSM Links and References Thank you References Links http : //python.org http : //djangoproject.com http : //djangobook.com http : //jagdeepmalhi.blogspot.com Mailing Lists greatdevelopers@googlegroups.com django users@googlegroups.com Sandeep Kaur 90370821211 TCC Automation
  • 77. TCC Automation My project My Blog OSM Links and References Thank you Sandeep Kaur 90370821211 TCC Automation