You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
I've checked on Nabble forum but haven't found the related topic soooo...
Here I'm, let's try this beautifull stuff :)
So
my env is:
-OSX
-python installed with pandas in separeted env (I followed your guide)
my csv is (header and first line):
type,date,longitude,latitude,gender,age,ethnicity,outcome,clothes_removal
Person search,2014-12-01T00:10:00+00:00,-2.571604,51.414716,Male,over 34,White,Nothing found - no further action,
Hello there,
I've checked on Nabble forum but haven't found the related topic soooo...
Here I'm, let's try this beautifull stuff :)
So
my env is:
-OSX
-python installed with pandas in separeted env (I followed your guide)
my csv is (header and first line):
...many other lines
creating the dump (some warning on the date/deprecated etc.. but seems ok)
nanocube-binning-csv --sep=',' --latcol='latitude' --loncol='longitude' --timecol='date' --catcol='type','gender','age','ethnicity','outcome','clothes_removal' path_to_csv/stop_search.csv > stop_search.dmp
that's the .dmp header (first 37 lines+blank line)
cat stop_search.dmp | nanocube-leaf -q 29512 -f 10000
that's the output:
VERSION: 3.2.1 Could not find program: /Users/my_user_name/nanocube-3.2.1/bin/nc_q25_c1_c1_c1_c1_c1_c1_u2_u4
Where do I mess something ? :(
Thanks in advance,
Luca
Sorry for my verbosity, just wish it could help
The text was updated successfully, but these errors were encountered: