Sensors
Add a new sensor
- Add the name of the constellation (or the name of the sensor) to the list of
Constellationincommon/naming.go. - Call
go generate ./... - Update the functions of
common/naming.go. - In
catalog/catalog.go, adaptDoTilesInventorymethod in order to be able to interpret the new constellation.
The next step might be to add a catalogue provider or an image provider for this sensor.