I'm working on a project where a custom binary data file contains latitude, longitude, and temperature data. I'm interested in creating a DataStoreFactory plugin to enable GeoServer to load this information, and then use its own layers capabilities to create a coverage raster image.
I've spent...