Skip navigation links

Package jmatlab

Package for matlab use.

See: Description

Package jmatlab Description

Package for matlab use. Java class to call from matlab to find isea index of a cell from a geographic point with latitude and longitude. The directoryOf18x9 is the directory index containing areas of earth as files. Each of this files (Area_1.csv to Area_162.csv) defines polygons of isea cells having intersection with the area. Matlab call to get isea cellNumber 9894 from point latitude=10 and longitude=10.1
try to call :
 javaaddpath('/home/coriolis_dev/val/dat/co03/climatologie/CORA/Min_Max')
 iseaMinMax = jmatlab.IseaMinMax('/home/coriolis_dev/val/dat/co03/climatologie/CORA/Min_Max')
 cellNumber = javaMethod('getIseaIndex',iseaMinMax,10,10.1)
 
Skip navigation links