Eric van Zanten
Eric van Zanten
Just figured this out. The URL you'll need to use when you invoke the server is: http://www.taiki.kankyo.metro.tokyo.jp/cgi-bin/bunpu1 So, the full command should be something like (depending on your PostgreSQL configuration):...
Ran into the same thing. You need to put in the actual credentials you use to get into your postgresql database. So, instead of `postgres` and `12345` you need to...
What's the cleanest way of doing this? Transfer ownership of the projects?
I like the idea of transferring. However, looks like whoever owns the repo has to have admin access to the org: https://help.github.com/articles/how-to-transfer-a-repository  Who started the...
@knowtheory Nice! Guess it pays to read the closed issues. Taking a look at #49, it looks like the type of quality that I'd need to accomplish what I'm after...
Yeah, just built tables based upon the current structure of the repo. Which, it all honesty, can probably be simplified (since all of the tables have basically the same columns)....
@tthibo Looks like you can get the contracts summarized by vendor location or by performance location. Locations can looked up by Congressional District, State, Zip Code, or City. There are...
One nuance that I think might end up making this more confusing than useful is that with Census Reporter, the geo IDs that we are using to look up values...
Under the hood we are converting everything to CSV to make the internal plumbing a bit simpler and then just writing the file back out to the format that the...
I have yet to find a decent solution for this. There are several nuances with the way that Flask and nginx interact that make it somewhat tricky to pin down....