Dividing by 100:
Airport Parking => (44.8545276, -88.1565606)
Tried xy2latlon:
I knew it wasn't an x,y coordinate but wanted to see what was happening and I get the following:
Dividing by 100:
Airport Parking => (44.8545276, -88.1565606)
Tried xy2latlon:
I knew it wasn't an x,y coordinate but wanted to see what was happening and I get the following:
vagrant@vagrant-ubuntu-precise-32:~/planet$ osm2pgsql --slim -d gis -C 16000 --number-processes 3 ~/planet/planet-latest.osm.pbf | |
osm2pgsql SVN version 0.81.0 (64bit id space) | |
Using projection SRS 900913 (Spherical Mercator) | |
Setting up table: planet_osm_point | |
NOTICE: table "planet_osm_point" does not exist, skipping | |
NOTICE: table "planet_osm_point_tmp" does not exist, skipping | |
Setting up table: planet_osm_line | |
NOTICE: table "planet_osm_line" does not exist, skipping | |
NOTICE: table "planet_osm_line_tmp" does not exist, skipping |
id | lat | lon | tags | |
------------+-----------+------------+------------------------------------------------------------ | |
356727456 | 471488295 | -861308679 | {barrier,toll_booth} | |
356742659 | 471231474 | -859785100 | {barrier,toll_booth} | |
356894354 | 471719801 | -861979645 | {barrier,toll_booth} | |
356894449 | 471652531 | -861890538 | {barrier,toll_booth} | |
356898029 | 472134064 | -862510737 | {barrier,toll_booth} | |
356898417 | 472324101 | -862721481 | {barrier,toll_booth} | |
440262751 | 438468665 | -848306075 | {barrier,toll_booth} | |
443801422 | 450912481 | -863370725 | {barrier,toll_booth} |
import pytest | |
######### CONSTANTS ######### | |
TIMEOUT = 10 | |
######### TEST ######### | |
@pytest.mark.timeout(TIMEOUT) | |
def test_func(assert_stmt, func_to_test, apply_penalties): | |
# Track global vars |
# Ring the bell if any background window rang a bell | |
set -g bell-action any | |
# Default termtype. If the rcfile sets $TERM, that overrides this value. | |
#set -g default-terminal screen-256color | |
set -g default-terminal "screen-256color" | |
# Keep your finger on ctrl, or don't | |
bind-key ^D detach-client |
! escape = caps_lock; caps_lock = control_l; control_l = escape | |
!keycode 37 = Control_L | |
!keycode 66 = Caps_Lock | |
!keycode 9 = Escape | |
!remove Lock = Caps_Lock | |
!add Lock = Escape | |
!remove Control = Control_L | |
!add Control = Caps_Lock |
# set your user tokens as enivornment variables, such as ~/.secrets | |
# See the README for examples. | |
[color] | |
ui = true | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = yellow bold |
" =================================================== | |
" P R A F U L ' S V I M R C | |
" =================================================== | |
" ================ Vundle ====================== | |
" Setting up Vundle - the vim plugin bundler | |
let iCanHazVundle=1 | |
let vundle_readme=expand('~/.vim/bundle/vundle/README.md') |
Fixing the arandr issue which depended on all modes to have a <width>x<height>
name.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507521
Changes while running are not caught.
fibonacci_memo | |
0.268512010574 | |
fibonacci_memo_nested | |
11.6659519672 | |
Diff: 11.3974399567 | |
Ratio: 43.4466672172 | |
---------------------------------------- |