Also at the pub, I learned that one MP actually attended the event.
In other words, she arranged to meet with *us* - rather than
vice-versa.
* Olivia Chow, MP for Trinity-Spadina (Toronto)
Did any other elected official (MP, MPP, Councillor, etc.) show up at
the event?
Best,
--
Michael Allan
Toronto, 647-436-4521
http://zelea.com/
Then we could adapt Mark Raheja's advice [no offense, just to make a
point], and post this recommendation for the benefit of all the other
elected representatives, in the hope it encourages them to show up at
future events:
6. And...yes: Meet with your [constituents]. Your [residents]. Or
[students]. Or [community leaders]. Or...whatever. Those that
[you represent]. I fully agree with Tim that there are a couple of
things that should happen before such meetings are setup to make
them...useful. Having said that, I'll also point out that the
hesitancy/trepidation that some may feel when considering a planned
meeting with a [constituent] is definitely a big part of the
problem. It's like [politicians] freaking out when they see [people
with signs]. These people should be our friends. They're doing us
a solid. We shouldn't fear them...nor put them [down]. [We] work
for [them], to represent [them] ideally. Obviously, the [voting]
folk are busy, and if this new era of participation is new to
them...a messy first touchpoint doesn't exactly create the right
conditions from the get- go. It stands to reason that if you want
change on their behalf, or an evolution in behaviour, that it should
be clear to you what you want and how you want to communicate that.
But it should also just be OK that you want to just meet them. To
have a conversation about what happened. To work together to figure
out how [you] can better represent [them] and [their] interests.
I'm putting together a little page that takes in a postal code or
address and spits out your MP, MPP, and councillor. Then it says if
there's a change camp meeting coming up.
Does anyone have this data? I have the MP stuff.
And the provincial and federal ridings are 99.9% identical. I was
playing with it, last year. Here it is unpacked:
http://zelea.com/system/host/obsidian/home/tester/votorola/riding/_/postal/
For me, it had these caveats (maybe not a concern for your app):
* inaccuracy - they request you to send bug reports
* some postal codes are split across multiple ridings
> The municipal one is ugly
> http://app.toronto.ca/wards/findAddressForVotingPlace.do
--
Voter authentication is one problem: Voter is real person, not a bot?
Person lives in riding? Person voted once only?
Another is the framing of the petition question. This is harder to
open up, and still encourage consensus. Then again, dissensus is also
interesting - as in a 3 way split, among variant principles, etc.
Votorola is aimed at these problems. But it's still only alpha. And
it's big, not a throw-in. http://zelea.com/project/votorola/home.xht
A data wiki... is an interesting idea. So crowd-source a huge
database - people populate it, and police it for accuracy.
Brittleness is a problem: Although people are writing the data, they
are not reading it - machines (clients) are reading it. So a vandal
may cause widespread client damage before the problem is detected and
(somehow) traced to the sabotaged data.
> Another, completely legal approach that would work for all of Canada
> (instead of just Ontario) would be to use the federal riding boundary
> data from the 2001 census, available for free here:
> http://geogratis.cgdi.gc.ca/geogratis/en/option/select.do?id=426
>
> Instead of going pcode => electoral district, you go pcode => geocode
> => electoral district
Yes! I had a similar thought...
You are welcome to use this lat-long to riding service for the latter
portion:
http://www.subroutine.ca/services/latlong2riding-info.php
Cheers,
Cory.
I'm putting together a little page that takes in a postal code or
address and spits out your MP, MPP, and councillor. Then it says if
there's a change camp meeting coming up.
Does anyone have this data? I have the MP stuff.
Or get geoshape (vertices) of the postal code and go:
pcode => geoshape = vertex geocodes => electoral district(s)
But where to get the geoshape?
> Do you have an example of a Postal Code that straddles a riding
> boundary?
Some potential examples here:
> Some potential examples here:
>
> http://www.digital-copyright.ca/node/1607#comment-1667
Postal Codes with 6 matches: [!]
T5S2B9
T6T1V2
A full list for Ontario is here:
http://zelea.com/system/host/obsidian/home/tester/votorola/riding/_/postal/
see Postal-Codes-107-ManyEDs.txt
http://www.dmtispatial.com/postal/index.html
Looks like it costs. Most likely Canada Post is sitting on the data,
waiting for it to hatch... ?
--
Michael Allan
Toronto, 647-436-4521
http://zelea.com/
> So after a while of trying the toronto site
> http://app.toronto.ca/wards/jsp/wards.jsp
>
> I now accept its much too slow, even when using the form. I can't find
> any geo-ward information on the web, and would really like this to
> work with municipal, provincial, and federal.
>
> Any tips?
Ask them for it (vector data, preferably, shapefile format is nice --
but take whatever they'll give you).
This has worked for me in the past (half the time), but you may get
bounced around a bit. If you do manage to pry it from their hands...
please ask them nicely to make it publicly accessible for others,
preferably with a non-constrictive license.
Cheers,
Cory.
> I wonder how an online service that uses the StatsCan (or other) shape
> files to enable politically-themed APIs would square with the
> liscensing?
Not sure... But this much is surely legal: We do what Elections
Ontario must have done in computing their own PC-ED database. But we
do it with complete national coverage:
1. Obtain postal code (PC) shapes (pay I guess).
2. Obtain electoral district (ED) shapes for all levels of
government (mostly free, or we pay).
3. Compute a PC-ED database linking each PC to its ED - or, where it
overlaps, multiple EDs - for each level of government.
4. Publish the PC-ED database for free.
That could be a useful little project. PCs are the lingua franca.
Pat's project would benefit. I guess others, too?
Playing, to see how it handles overlaps:
http://www.theundecided.ca/represent/postalcode.php?pc=T5S2B9
http://www.theundecided.ca/represent/postalcode.php?pc=T6T1V2
Each of those covers 6 ridings, somewhere in Edmonton apparently. But
the script dies in mid-output.
What's at the back end? Postal code center-points? Or something more
like the following?
> > 1. Obtain postal code (PC) shapes (pay I guess).
> >
> > 2. Obtain electoral district (ED) shapes for all levels of
> > government (mostly free, or we pay).
> >
> > 3. Compute a PC-ED database linking each PC to its ED - or, where it
> > overlaps, multiple EDs - for each level of government.
> >
> > 4. Publish the PC-ED database for free.
--