GeoDaCenter / geoda

GeoDa: An introduction to spatial data analysis
http://geodacenter.github.io
GNU General Public License v3.0
680 stars 155 forks source link

[Bug] misspelled distance unit in weights manager #2442

Open lanselin opened 1 year ago

lanselin commented 1 year ago

This is an old one, and I thought it had been fixed, but just noticed it was not (or is back).

Distance unit in Weights manager is given as "metre" but should be "meter"

lixun910 commented 12 months ago

Thanks, @lanselin! I just checked the code, and the unit "metre" is actually returned from PROJ library: see https://proj.org/en/9.2/development/reference/datatypes.html#c.PROJ_UNIT_INFO I can do an extra step to translate "metre" to "meter", let me know what you think. Thanks!

lanselin commented 12 months ago

metre is the British spelling of meter. To be consistent, I think we should use meter, since all our other expressions are American English

ndmad commented 11 months ago

help me please: how to install geoda on ubuntu Ubuntu 22.04.2 Jammy Jelly. Thanks

lixun910 commented 11 months ago

@ndmad We are working on adding Ubuntu 22.04 build, and here is a temporary build that we haven't tested yet: https://github.com/GeoDaCenter/geoda/suites/14371422248/artifacts/809738128 Let me know if this works on your side. Thanks!