Patrick Noll
Patrick Noll
Adding support for signup teams on registration page. A query appended on registration url of form ?signupTeams=validTeam will render a checkbox labeled validTeam for each team in query. Once user...
add second box on registration page that forces you to retype password and check if it matches the first one. Currently, if you mistype password and register you may have...
Reliably takes system over an hour near 100% cpu for 750,000 addresses. Should take minutes. 2022-10-30 19:56:32,405 root INFO writing osm file for au/qld/brisbane_city_council-addresses-city.geojson 2022-10-30 21:04:05,522 root ERROR pg2osm fileinfo...
au_qld_brisbane_city has 245394 addresses of 719787 located at 0,0 aka the data is trash. filter these out, wkb is 0101000020E610000000000000000000000000000000000000.
last month it took 10 minutes to write au countrywide, this month writing looks hung with no visible progress for 22 hours+
ogr2osm has pbf support built in, should require changing one line of code. Test will require changes for format change. The output will be much smaller than current and the...
Ca_on and Ca_qc both failed with: Traceback (most recent call last): File "/home/pat/projects/osmand_map_creation/osmand_osm/osm/./processing.py", line 530, in main() File "/home/pat/projects/osmand_map_creation/osmand_osm/osm/./processing.py", line 514, in main update_run_all_build(args, area_list) File "/home/pat/projects/osmand_map_creation/osmand_osm/osm/./processing.py", line 428, in...
Using something like psycopg2 or sql alchemy would be much better for testing with easier to parse output. It may be quicker since using subprocess to run psql involves opening...
smart merge could be done for addresses at the same positon. Could merge unit numbers on the same node up until 255 tag limit. May decrease file size by limiting...
Depdency management is currently a mishmash of manual updates, pip and updates tied to Debian Unstable. - osmand map creator - no releases, not packaged - put version number in...