javascript - Interface between a web based tool and Matlab -


i designing web based tool using html, css , javascript. able export data openstreetmap .osm file using query:

var osmurl = 'http://api.openstreetmap.org/api/0.6/map?bbox='+a+','+b+','+c+','+d; window.location.assign(osmurl); 

after downloading osm file want send matlab , computational algorithms on it. how can save downloaded file in place send matlab , run needed m.files..

how can link between web based tool , matlab? feasible ?

thanks lot help.

not sure why need functionality @ webfrontend side, help, it's not osm dependand: how can javascript save local file?

please aware trigger on official read/write api designed esp. interacting/editing/... osm data , not bulk downloading
http://wiki.openstreetmap.org/wiki/api_usage_policy
might want use overpassapi or local osm planet dump/extract instead processing.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -