static windfinder(spotname: unknown) {
      if (!spotname) {
         throw new Error(WindfinderErrors.NO_SPOT_NAME);
      }