Charlie Savage

Results 116 comments of Charlie Savage

Agreed, would be nice to have this fixed.

Sounds like a good idea to me - what to create a PR?

Yeah, probably should create a config map and secret and remove the envs from the deployment.

Sure and thanks for the help. From `sudo dmidecode`: ``` # dmidecode 3.5 Getting SMBIOS data from sysfs. SMBIOS 3.5.0 present. Table at 0x4D25A000. Handle 0x0000, DMI type 0, 26...

I logged into my Lenovo account and looked at updates for the machine, and I don't see an embedded controller update either. Thanks for the help!

Because what is being returned is not a CRS but instead a coordinate operation. On that version of Proj, maybe PjObject.create will work (if it exists). What will work is...

So assert_in_delta assumes you are running it as part of a unit test (that method comes from minitest). So I should probably remove those calls from the example. Anyway, this...

Weird. Really don't know. I guess most of the tests fail then? What OS are you on (not that it should make a difference)? The message "Ballpark geographic offset from...

Ok, I think I figured it out. EPSG needs to be capitalized when sent to proj_create which is the API used under t hood. Note for the proj strings "+init=epsg:4326"...

Ok. Unfortunately I can't duplicate what you are seeing, so not sure what its causing it. I'd check the proj database path and see if it looks right: https://github.com/cfis/proj4rb/blob/master/test/database_test.rb#L24 Maybe...