Automatically exported from code.google.com/p/planningalerts
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
1011 B

  1. #summary A scraper for the PlanIT system
  2. #labels Phase-Implementation
  3. = Introduction =
  4. Proposed development of a scraper for the Plan-It system.
  5. = Authorities =
  6. * ~~Hounslow: [http://planning.hounslow.gov.uk/planningv2/planning_search.aspx]~~
  7. * ~~Kingston: [http://maps.kingston.gov.uk/isis_main/planning/planning_search.aspx]~~
  8. * Richmond (London): [http://www2.richmond.gov.uk/PlanData2/Planning_Search.aspx]
  9. * Wiltshire: [http://www.wiltshireplanningapplications.co.uk/planning_search.aspx]
  10. = Notes =
  11. * There is a limit in the search form to the number of queries but this is not validated in software (tested with Richmond). It is therefore possible to search for a larger number of applications than the maximum of 500.
  12. * There are distinct differences between the implementations that means that a generic scraper will not work easily. Since scrapers exist for Hounslow and Kingston the plan is now to create a generic scraper (or one for each) for the remaining two authorities on this system.