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
Raster data naturally maps to numeric arrays for processing.
Risk-in-a-Box server will also need to extract vector data (points, lines and polygons) from data downloaded from GeoServer. The format is most likely GeoJSON. A suitable format for point data would be something like Nx3 arrays x,y, z in each row where x is longitude, y is latitude and z is an attribute value. Similar formats need to be found for line and polygon data.
Presumably these arrays can be wrapped into objects that contain necessary metadata.
The text was updated successfully, but these errors were encountered:
Raster data naturally maps to numeric arrays for processing.
Risk-in-a-Box server will also need to extract vector data (points, lines and polygons) from data downloaded from GeoServer. The format is most likely GeoJSON. A suitable format for point data would be something like Nx3 arrays x,y, z in each row where x is longitude, y is latitude and z is an attribute value. Similar formats need to be found for line and polygon data.
Presumably these arrays can be wrapped into objects that contain necessary metadata.
The text was updated successfully, but these errors were encountered: