have their own tool for spatial observation - analysis, and it is most probably not coming in a format that harp understands right a way (hdf5, grib, fa, fatar). So what to do?
have their own tool for spatial observation - analysis, and it is most probably not coming in a format that harp understands right a way (hdf5, grib, fa, fatar). So what to do? meteogrid is a good starting point to help you constructing this spatial observation.
along the top left line by line - BUT It is written to the ascii file in a really weird way: • Starting bottom left, • writing line by line • but only 10 cols (instead of 701) inca <- c( t( inca ))[!is.na(c( t( inca )))] %>% matrix( nrow = 701 ) Re-arranging needed
Transposing the matrix • Make a vector out of it -> get all inca data in one stream • Remove all NA’s • Turn it into a matrix again inca <- c( t( inca ))[!is.na(c( t( inca )))] %>% matrix( nrow = 701 ) Re-arranging needed
from https://epsg.io/ +proj=lcc +lat_0=47.5N +lon_0=13.3333 +lat_1=46N +lat_2=49N +ellps=bessel +x_0=400000 +y_0=400000 701 x 401 domain Projection summary: proj= lcc NE = ( 17.74378 , 49.39726 ) SW = ( 8.444457 , 45.77268 ) Now make a geofield out of it